#B09A39

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

Shades of Roti #B09A39

Tints of Roti #B09A39

Color information

#B09A39 (or 0xB09A39) is unknown color: approx Roti. HEX triplet: B0, 9A and 39. RGB value is (176,154,57). Sum of RGB (Red+Green+Blue) = 176+154+57=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 57 (22.66% from 255 or 14.73% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A39 is #4F65C6. Grayscale: #959595. Windows color (decimal): -5203399 or 3775152. OLE color: 3775152.

HSL color Cylindrical-coordinate representation of color #B09A39: hue angle of 48.91º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B09A39 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB17615457-
CMYK00.120.680.31
HSL48.91º51.07%45.69%-
HSV(B)48.91º67.61%69.02%-
XYZ30.232.648.58-
YUV149.5275.79146.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.48%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 57 (22.66% from 255) = 14.73%
R=45.48%
G=39.79%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761545700.120.680.3148.9151.0745.69
HexB09A390C441F31332e
Octal2602327101410437616356
Binary101100001001101011100101100100010011111110001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A39; }

 p { color: rgb(176,154,57); }

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

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

 a { background-color: rgb(176,154,57); }

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

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

 span { border-color: rgb(176,154,57); }

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