Html Css Color HEX #B09A37 Roti

📋 copy color: '#B09A37'

red 176 ◦ green 154 ◦ blue 55

#B09A37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roti #B09A37

Tints of Roti #B09A37

RGB

 RED value IS 176 (69.14% from 255) = 45.71%

 GREEN value IS 154 (60.55% from 255) = 40%

 BLUE value IS 55 (21.88% from 255) = 14.29%

R = 45.71%
G = 40%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.31

RGB Variations

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

Color information

#B09A37 (or 0xB09A37) is known color: Roti. HEX triplet: B0, 9A and 37. RGB value is (176,154,55). Sum of RGB (Red+Green+Blue) = 176+154+55=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 55 (21.88% from 255 or 14.29% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09A37 is #4F65C8. Grayscale: #959595. Windows color (decimal): -5203401 or 3644080. OLE color: 3644080.

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

Color convert

RGB 176 154 55 -
CMYK 0 0.12 0.69 0.31
HSL 49.09º 0.52% 0.45% -
HSV(B) 49.09º 0.69% 0.69% -
XYZ 30.15 32.62 8.32 -
YUV 149.29 74.79 147.05 -
System Red Green Blue C M Y K H S L
Decimal 176 154 55 0 0.12 0.69 0.31 49.09 0.52 0.45
Hex B0 9A 37 0 C 45 1F 31 34 2D
Octal 260 232 67 0 14 105 37 61 64 55
Binary 10110000 10011010 110111 0 1100 1000101 11111 110001 110100 101101

Color Harmonies of #B09A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A37

Black with #B09A37

Text Example


Text Example

White with #B09A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A37; }

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

 H1.HeaderClassName
 {
   color: #B09A37;
 }
 .AnyTagClassName
 {
   color: #B09A37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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