Html Css Color HEX #B08A46 Turmeric

📋 copy color: '#B08A46'

red 176 ◦ green 138 ◦ blue 70

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

Shades of Turmeric #B08A46

Tints of Turmeric #B08A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.94%

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

R = 45.83%
G = 35.94%
B = 18.23%

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

#B08A46 (or 0xB08A46) is known color: Turmeric. HEX triplet: B0, 8A and 46. RGB value is (176,138,70). Sum of RGB (Red+Green+Blue) = 176+138+70=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A46 is #4F75B9. Grayscale: #8D8D8D. Windows color (decimal): -5207482 or 4623024. OLE color: 4623024.

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

Color convert

RGB 176 138 70 -
CMYK 0 0.22 0.60 0.31
HSL 38.49º 0.43% 0.48% -
HSV(B) 38.49º 0.6% 0.69% -
XYZ 28.1 27.85 9.69 -
YUV 141.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 176 138 70 0 0.22 0.60 0.31 38.49 0.43 0.48
Hex B0 8A 46 0 16 3C 1F 26 2B 30
Octal 260 212 106 0 26 74 37 46 53 60
Binary 10110000 10001010 1000110 0 10110 111100 11111 100110 101011 110000

Color Harmonies of #B08A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08A46

Black with #B08A46

Text Example


Text Example

White with #B08A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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