Html Css Color HEX #B09144 Turmeric

📋 copy color: '#B09144'

red 176 ◦ green 145 ◦ blue 68

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

Shades of Turmeric #B09144

Tints of Turmeric #B09144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.48%

R = 45.24%
G = 37.28%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B09144 (or 0xB09144) is known color: Turmeric. HEX triplet: B0, 91 and 44. RGB value is (176,145,68). Sum of RGB (Red+Green+Blue) = 176+145+68=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 68 (26.95% from 255 or 17.48% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B09144 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09144 is #4F6EBB. Grayscale: #919191. Windows color (decimal): -5205692 or 4493744. OLE color: 4493744.

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

Color convert

RGB 176 145 68 -
CMYK 0 0.18 0.61 0.31
HSL 42.78º 0.44% 0.48% -
HSV(B) 42.78º 0.61% 0.69% -
XYZ 29.07 29.9 9.71 -
YUV 145.49 84.27 149.76 -
System Red Green Blue C M Y K H S L
Decimal 176 145 68 0 0.18 0.61 0.31 42.78 0.44 0.48
Hex B0 91 44 0 12 3D 1F 2B 2C 30
Octal 260 221 104 0 22 75 37 53 54 60
Binary 10110000 10010001 1000100 0 10010 111101 11111 101011 101100 110000

Color Harmonies of #B09144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09144

Black with #B09144

Text Example


Text Example

White with #B09144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09144; }

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

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

background-color css

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

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

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

border-color css

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

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

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