Html Css Color HEX #B09047 Turmeric

📋 copy color: '#B09047'

red 176 ◦ green 144 ◦ blue 71

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

Shades of Turmeric #B09047

Tints of Turmeric #B09047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

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

R = 45.01%
G = 36.83%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B09047 (or 0xB09047) is known color: Turmeric. HEX triplet: B0, 90 and 47. RGB value is (176,144,71). Sum of RGB (Red+Green+Blue) = 176+144+71=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B09047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09047 is #4F6FB8. Grayscale: #919191. Windows color (decimal): -5205945 or 4690096. OLE color: 4690096.

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

Color convert

RGB 176 144 71 -
CMYK 0 0.18 0.60 0.31
HSL 41.71º 0.43% 0.48% -
HSV(B) 41.71º 0.6% 0.69% -
XYZ 29.02 29.63 10.15 -
YUV 145.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 176 144 71 0 0.18 0.60 0.31 41.71 0.43 0.48
Hex B0 90 47 0 12 3C 1F 2A 2B 30
Octal 260 220 107 0 22 74 37 52 53 60
Binary 10110000 10010000 1000111 0 10010 111100 11111 101010 101011 110000

Color Harmonies of #B09047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09047

Black with #B09047

Text Example


Text Example

White with #B09047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09047; }

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

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

background-color css

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

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

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

border-color css

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

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

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