Html Css Color HEX #B09247 Turmeric

📋 copy color: '#B09247'

red 176 ◦ green 146 ◦ blue 71

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

Shades of Turmeric #B09247

Tints of Turmeric #B09247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.07%

R = 44.78%
G = 37.15%
B = 18.07%

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

#B09247 (or 0xB09247) is known color: Turmeric. HEX triplet: B0, 92 and 47. RGB value is (176,146,71). Sum of RGB (Red+Green+Blue) = 176+146+71=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 71 (28.12% from 255 or 18.07% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B09247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09247 is #4F6DB8. Grayscale: #929292. Windows color (decimal): -5205433 or 4690608. OLE color: 4690608.

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

Color convert

RGB 176 146 71 -
CMYK 0 0.17 0.60 0.31
HSL 42.86º 0.43% 0.48% -
HSV(B) 42.86º 0.6% 0.69% -
XYZ 29.32 30.24 10.25 -
YUV 146.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 176 146 71 0 0.17 0.60 0.31 42.86 0.43 0.48
Hex B0 92 47 0 11 3C 1F 2B 2B 30
Octal 260 222 107 0 21 74 37 53 53 60
Binary 10110000 10010010 1000111 0 10001 111100 11111 101011 101011 110000

Color Harmonies of #B09247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09247

Black with #B09247

Text Example


Text Example

White with #B09247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09247; }

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

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

background-color css

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

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

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

border-color css

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

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

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