Html Css Color HEX #B08F41 Turmeric

📋 copy color: '#B08F41'

red 176 ◦ green 143 ◦ blue 65

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

Shades of Turmeric #B08F41

Tints of Turmeric #B08F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.93%

R = 45.83%
G = 37.24%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B08F41 (or 0xB08F41) is known color: Turmeric. HEX triplet: B0, 8F and 41. RGB value is (176,143,65). Sum of RGB (Red+Green+Blue) = 176+143+65=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 65 (25.78% from 255 or 16.93% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F41 is #4F70BE. Grayscale: #909090. Windows color (decimal): -5206207 or 4296624. OLE color: 4296624.

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

Color convert

RGB 176 143 65 -
CMYK 0 0.19 0.63 0.31
HSL 42.16º 0.46% 0.47% -
HSV(B) 42.16º 0.63% 0.69% -
XYZ 28.68 29.26 9.14 -
YUV 143.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 176 143 65 0 0.19 0.63 0.31 42.16 0.46 0.47
Hex B0 8F 41 0 13 3F 1F 2A 2E 2F
Octal 260 217 101 0 23 77 37 52 56 57
Binary 10110000 10001111 1000001 0 10011 111111 11111 101010 101110 101111

Color Harmonies of #B08F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F41

Black with #B08F41

Text Example


Text Example

White with #B08F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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