Html Css Color HEX #B08D3F Turmeric

📋 copy color: '#B08D3F'

red 176 ◦ green 141 ◦ blue 63

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

Shades of Turmeric #B08D3F

Tints of Turmeric #B08D3F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

 BLUE value IS 63 (25% from 255) = 16.58%

R = 46.32%
G = 37.11%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B08D3F (or 0xB08D3F) is known color: Turmeric. HEX triplet: B0, 8D and 3F. RGB value is (176,141,63). Sum of RGB (Red+Green+Blue) = 176+141+63=380 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.32% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D3F is #4F72C0. Grayscale: #8E8E8E. Windows color (decimal): -5206721 or 4165040. OLE color: 4165040.

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

Color convert

RGB 176 141 63 -
CMYK 0 0.20 0.64 0.31
HSL 41.42º 0.47% 0.47% -
HSV(B) 41.42º 0.64% 0.69% -
XYZ 28.33 28.64 8.74 -
YUV 142.57 83.1 151.84 -
System Red Green Blue C M Y K H S L
Decimal 176 141 63 0 0.20 0.64 0.31 41.42 0.47 0.47
Hex B0 8D 3F 0 14 40 1F 29 2F 2F
Octal 260 215 77 0 24 100 37 51 57 57
Binary 10110000 10001101 111111 0 10100 1000000 11111 101001 101111 101111

Color Harmonies of #B08D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08D3F

Black with #B08D3F

Text Example


Text Example

White with #B08D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08D3F; }

 p { color: rgb(176,141,63); }

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

background-color css

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

 a { background-color: rgb(176,141,63); }

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

border-color css

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

 span { border-color: rgb(176,141,63); }

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