Html Css Color HEX #B09246 Turmeric

📋 copy color: '#B09246'

red 176 ◦ green 146 ◦ blue 70

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

Shades of Turmeric #B09246

Tints of Turmeric #B09246

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 44.9%
G = 37.24%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09246 (or 0xB09246) is known color: Turmeric. HEX triplet: B0, 92 and 46. RGB value is (176,146,70). Sum of RGB (Red+Green+Blue) = 176+146+70=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B09246 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09246 is #4F6DB9. Grayscale: #929292. Windows color (decimal): -5205434 or 4625072. OLE color: 4625072.

HSL color Cylindrical-coordinate representation of color #B09246: hue angle of 43.02º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B09246 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 146 70 -
CMYK 0 0.17 0.60 0.31
HSL 43.02º 0.43% 0.48% -
HSV(B) 43.02º 0.6% 0.69% -
XYZ 29.29 30.23 10.09 -
YUV 146.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 176 146 70 0 0.17 0.60 0.31 43.02 0.43 0.48
Hex B0 92 46 0 11 3C 1F 2B 2B 30
Octal 260 222 106 0 21 74 37 53 53 60
Binary 10110000 10010010 1000110 0 10001 111100 11111 101011 101011 110000

Color Harmonies of #B09246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09246

Black with #B09246

Text Example


Text Example

White with #B09246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09246; }

 p { color: rgb(176,146,70); }

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

background-color css

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

 a { background-color: rgb(176,146,70); }

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

border-color css

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

 span { border-color: rgb(176,146,70); }

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