Html Css Color HEX #B08F3E Turmeric

📋 copy color: '#B08F3E'

red 176 ◦ green 143 ◦ blue 62

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

Shades of Turmeric #B08F3E

Tints of Turmeric #B08F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.53%

 BLUE value IS 62 (24.61% from 255) = 16.27%

R = 46.19%
G = 37.53%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B08F3E (or 0xB08F3E) is known color: Turmeric. HEX triplet: B0, 8F and 3E. RGB value is (176,143,62). Sum of RGB (Red+Green+Blue) = 176+143+62=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 143 (56.25% from 255 or 37.53% from 381); Blue value is 62 (24.61% from 255 or 16.27% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F3E is #4F70C1. Grayscale: #8F8F8F. Windows color (decimal): -5206210 or 4100016. OLE color: 4100016.

HSL color Cylindrical-coordinate representation of color #B08F3E: hue angle of 42.63º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B08F3E is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 143 62 -
CMYK 0 0.19 0.65 0.31
HSL 42.63º 0.48% 0.47% -
HSV(B) 42.63º 0.65% 0.69% -
XYZ 28.6 29.22 8.69 -
YUV 143.63 81.93 151.09 -
System Red Green Blue C M Y K H S L
Decimal 176 143 62 0 0.19 0.65 0.31 42.63 0.48 0.47
Hex B0 8F 3E 0 13 41 1F 2B 30 2F
Octal 260 217 76 0 23 101 37 53 60 57
Binary 10110000 10001111 111110 0 10011 1000001 11111 101011 110000 101111

Color Harmonies of #B08F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F3E

Black with #B08F3E

Text Example


Text Example

White with #B08F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F3E; }

 p { color: rgb(176,143,62); }

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

background-color css

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

 a { background-color: rgb(176,143,62); }

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

border-color css

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

 span { border-color: rgb(176,143,62); }

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