#B69042

Color #B69042 Roti (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roti #B69042

Tints of Roti #B69042

Color information

#B69042 (or 0xB69042) is unknown color: approx Roti. HEX triplet: B6, 90 and 42. RGB value is (182,144,66). Sum of RGB (Red+Green+Blue) = 182+144+66=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B69042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69042 is #496FBD. Grayscale: #929292. Windows color (decimal): -4812734 or 4362422. OLE color: 4362422.

HSL color Cylindrical-coordinate representation of color #B69042: hue angle of 40.34º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B69042 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB18214466-
CMYK00.210.640.29
HSL40.34º46.77%48.63%-
HSV(B)40.34º63.74%71.37%-
XYZ30.2530.289.41-
YUV146.4782.59153.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 144 (56.64% from 255) = 36.73%
BLUE value IS 66 (26.17% from 255) = 16.84%
R=46.43%
G=36.73%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821446600.210.640.2940.3446.7748.63
HexB69042015401D282f31
Octal26622010202510035505761
Binary10110110100100001000010010101100000011101101000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69042; }

 p { color: rgb(182,144,66); }

 H1.HeaderClassName
 {
   color: #B69042;
 }
 .AnyTagClassName
 {
   color: #B69042;
 }
</style>
background-color css

<style>
 a { background-color: #B69042; }

 a { background-color: rgb(182,144,66); }

 div.DivClassName
 {
   background-color: #B69042;
 }
 .BgClassName
 {
   background-color: #B69042;
 }
</style>
border-color css

<style>
 span { border-color: #B69042; }

 span { border-color: rgb(182,144,66); }

 td.TdClassName
 {
   border-color: #B69042;
 }
 .TagClassName
 {
   border-color: #B69042;
 }
</style>