#B69144

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

Shades of Roti #B69144

Tints of Roti #B69144

Color information

#B69144 (or 0xB69144) is unknown color: approx Roti. HEX triplet: B6, 91 and 44. RGB value is (182,145,68). Sum of RGB (Red+Green+Blue) = 182+145+68=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 68 (26.95% from 255 or 17.22% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B69144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69144 is #496EBB. Grayscale: #939393. Windows color (decimal): -4812476 or 4493750. OLE color: 4493750.

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

Color convert

RGB18214568-
CMYK00.200.630.29
HSL40.53º45.6%49.02%-
HSV(B)40.53º62.64%71.37%-
XYZ30.4630.619.77-
YUV147.2883.26152.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 68 (26.95% from 255) = 17.22%
R=46.08%
G=36.71%
B=17.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821456800.200.630.2940.5345.649.02
HexB691440143F1D292e31
Octal2662211040247735515661
Binary1011011010010001100010001010011111111101101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69144; }

 p { color: rgb(182,145,68); }

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

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

 a { background-color: rgb(182,145,68); }

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

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

 span { border-color: rgb(182,145,68); }

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