Html Css Color HEX #B08946 Turmeric

📋 copy color: '#B08946'

red 176 ◦ green 137 ◦ blue 70

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

Shades of Turmeric #B08946

Tints of Turmeric #B08946

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.77%

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

R = 45.95%
G = 35.77%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B08946 (or 0xB08946) is known color: Turmeric. HEX triplet: B0, 89 and 46. RGB value is (176,137,70). Sum of RGB (Red+Green+Blue) = 176+137+70=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 137 (53.91% from 255 or 35.77% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B08946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08946 is #4F76B9. Grayscale: #8D8D8D. Windows color (decimal): -5207738 or 4622768. OLE color: 4622768.

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

Color convert

RGB 176 137 70 -
CMYK 0 0.22 0.60 0.31
HSL 37.92º 0.43% 0.48% -
HSV(B) 37.92º 0.6% 0.69% -
XYZ 27.96 27.56 9.64 -
YUV 141.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 176 137 70 0 0.22 0.60 0.31 37.92 0.43 0.48
Hex B0 89 46 0 16 3C 1F 26 2B 30
Octal 260 211 106 0 26 74 37 46 53 60
Binary 10110000 10001001 1000110 0 10110 111100 11111 100110 101011 110000

Color Harmonies of #B08946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08946

Black with #B08946

Text Example


Text Example

White with #B08946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08946; }

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

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

background-color css

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

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

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

border-color css

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

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

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