Html Css Color HEX #B09049 Turmeric

📋 copy color: '#B09049'

red 176 ◦ green 144 ◦ blue 73

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

Shades of Turmeric #B09049

Tints of Turmeric #B09049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

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

R = 44.78%
G = 36.64%
B = 18.58%

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

#B09049 (or 0xB09049) is known color: Turmeric. HEX triplet: B0, 90 and 49. RGB value is (176,144,73). Sum of RGB (Red+Green+Blue) = 176+144+73=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09049 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09049 is #4F6FB6. Grayscale: #919191. Windows color (decimal): -5205943 or 4821168. OLE color: 4821168.

HSL color Cylindrical-coordinate representation of color #B09049: hue angle of 41.36º 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 #B09049 is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 144 73 -
CMYK 0 0.18 0.59 0.31
HSL 41.36º 0.41% 0.49% -
HSV(B) 41.36º 0.59% 0.69% -
XYZ 29.08 29.66 10.5 -
YUV 145.47 87.1 149.77 -
System Red Green Blue C M Y K H S L
Decimal 176 144 73 0 0.18 0.59 0.31 41.36 0.41 0.49
Hex B0 90 49 0 12 3B 1F 29 29 31
Octal 260 220 111 0 22 73 37 51 51 61
Binary 10110000 10010000 1001001 0 10010 111011 11111 101001 101001 110001

Color Harmonies of #B09049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09049

Black with #B09049

Text Example


Text Example

White with #B09049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09049; }

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

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

background-color css

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

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

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

border-color css

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

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

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