#B09A38

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

Shades of Roti #B09A38

Tints of Roti #B09A38

Color information

#B09A38 (or 0xB09A38) is unknown color: approx Roti. HEX triplet: B0, 9A and 38. RGB value is (176,154,56). Sum of RGB (Red+Green+Blue) = 176+154+56=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A38 is #4F65C7. Grayscale: #959595. Windows color (decimal): -5203400 or 3709616. OLE color: 3709616.

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

Color convert

RGB17615456-
CMYK00.120.680.31
HSL49º51.72%45.49%-
HSV(B)49º68.18%69.02%-
XYZ30.1732.638.45-
YUV149.4175.29146.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.60%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 56 (22.27% from 255) = 14.51%
R=45.60%
G=39.90%
B=14.51%

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
Decimal1761545600.120.680.314951.7245.49
HexB09A380C441F31342d
Octal2602327001410437616455
Binary101100001001101011100001100100010011111110001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A38; }

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

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

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

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

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

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

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

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