Html Css Color HEX #B09149 Turmeric

📋 copy color: '#B09149'

red 176 ◦ green 145 ◦ blue 73

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

Shades of Turmeric #B09149

Tints of Turmeric #B09149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.8%

 BLUE value IS 73 (28.91% from 255) = 18.53%

R = 44.67%
G = 36.8%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B09149 (or 0xB09149) is known color: Turmeric. HEX triplet: B0, 91 and 49. RGB value is (176,145,73). Sum of RGB (Red+Green+Blue) = 176+145+73=394 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.67% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 73 (28.91% from 255 or 18.53% from 394); Max value from RGB is 176 - color contains mainly: red. Hex color #B09149 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09149 is #4F6EB6. Grayscale: #929292. Windows color (decimal): -5205687 or 4821424. OLE color: 4821424.

HSL color Cylindrical-coordinate representation of color #B09149: hue angle of 41.94º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B09149 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 145 73 -
CMYK 0 0.18 0.59 0.31
HSL 41.94º 0.41% 0.49% -
HSV(B) 41.94º 0.59% 0.69% -
XYZ 29.23 29.96 10.55 -
YUV 146.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 176 145 73 0 0.18 0.59 0.31 41.94 0.41 0.49
Hex B0 91 49 0 12 3B 1F 2A 29 31
Octal 260 221 111 0 22 73 37 52 51 61
Binary 10110000 10010001 1001001 0 10010 111011 11111 101010 101001 110001

Color Harmonies of #B09149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09149

Black with #B09149

Text Example


Text Example

White with #B09149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09149; }

 p { color: rgb(176,145,73); }

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

background-color css

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

 a { background-color: rgb(176,145,73); }

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

border-color css

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

 span { border-color: rgb(176,145,73); }

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