Html Css Color HEX #B08F45 Turmeric

📋 copy color: '#B08F45'

red 176 ◦ green 143 ◦ blue 69

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

Shades of Turmeric #B08F45

Tints of Turmeric #B08F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.78%

R = 45.36%
G = 36.86%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B08F45 (or 0xB08F45) is known color: Turmeric. HEX triplet: B0, 8F and 45. RGB value is (176,143,69). Sum of RGB (Red+Green+Blue) = 176+143+69=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F45 is #4F70BA. Grayscale: #909090. Windows color (decimal): -5206203 or 4558768. OLE color: 4558768.

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

Color convert

RGB 176 143 69 -
CMYK 0 0.19 0.61 0.31
HSL 41.5º 0.44% 0.48% -
HSV(B) 41.5º 0.61% 0.69% -
XYZ 28.8 29.3 9.77 -
YUV 144.43 85.43 150.52 -
System Red Green Blue C M Y K H S L
Decimal 176 143 69 0 0.19 0.61 0.31 41.5 0.44 0.48
Hex B0 8F 45 0 13 3D 1F 29 2C 30
Octal 260 217 105 0 23 75 37 51 54 60
Binary 10110000 10001111 1000101 0 10011 111101 11111 101001 101100 110000

Color Harmonies of #B08F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08F45

Black with #B08F45

Text Example


Text Example

White with #B08F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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