Html Css Color HEX #B09442 Turmeric

📋 copy color: '#B09442'

red 176 ◦ green 148 ◦ blue 66

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

Shades of Turmeric #B09442

Tints of Turmeric #B09442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 45.13%
G = 37.95%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B09442 (or 0xB09442) is known color: Turmeric. HEX triplet: B0, 94 and 42. RGB value is (176,148,66). Sum of RGB (Red+Green+Blue) = 176+148+66=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 176 - color contains mainly: red. Hex color #B09442 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09442 is #4F6BBD. Grayscale: #939393. Windows color (decimal): -5204926 or 4363440. OLE color: 4363440.

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

Color convert

RGB 176 148 66 -
CMYK 0 0.16 0.62 0.31
HSL 44.73º 0.45% 0.47% -
HSV(B) 44.73º 0.63% 0.69% -
XYZ 29.48 30.8 9.55 -
YUV 147.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 176 148 66 0 0.16 0.62 0.31 44.73 0.45 0.47
Hex B0 94 42 0 10 3E 1F 2D 2D 2F
Octal 260 224 102 0 20 76 37 55 55 57
Binary 10110000 10010100 1000010 0 10000 111110 11111 101101 101101 101111

Color Harmonies of #B09442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09442

Black with #B09442

Text Example


Text Example

White with #B09442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09442; }

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

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

background-color css

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

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

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

border-color css

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

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

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