Html Css Color HEX #B09142 Turmeric

📋 copy color: '#B09142'

red 176 ◦ green 145 ◦ blue 66

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

Shades of Turmeric #B09142

Tints of Turmeric #B09142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.05%

R = 45.48%
G = 37.47%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09142 (or 0xB09142) is known color: Turmeric. HEX triplet: B0, 91 and 42. RGB value is (176,145,66). Sum of RGB (Red+Green+Blue) = 176+145+66=387 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.48% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 66 (26.17% from 255 or 17.05% from 387); Max value from RGB is 176 - color contains mainly: red. Hex color #B09142 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09142 is #4F6EBD. Grayscale: #919191. Windows color (decimal): -5205694 or 4362672. OLE color: 4362672.

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

Color convert

RGB 176 145 66 -
CMYK 0 0.18 0.62 0.31
HSL 43.09º 0.45% 0.47% -
HSV(B) 43.09º 0.63% 0.69% -
XYZ 29.01 29.87 9.39 -
YUV 145.26 83.27 149.92 -
System Red Green Blue C M Y K H S L
Decimal 176 145 66 0 0.18 0.62 0.31 43.09 0.45 0.47
Hex B0 91 42 0 12 3E 1F 2B 2D 2F
Octal 260 221 102 0 22 76 37 53 55 57
Binary 10110000 10010001 1000010 0 10010 111110 11111 101011 101101 101111

Color Harmonies of #B09142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09142

Black with #B09142

Text Example


Text Example

White with #B09142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09142; }

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

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

background-color css

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

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

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

border-color css

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

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

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