Html Css Color HEX #B08E4A Turmeric

📋 copy color: '#B08E4A'

red 176 ◦ green 142 ◦ blue 74

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

Shades of Turmeric #B08E4A

Tints of Turmeric #B08E4A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.22%

 BLUE value IS 74 (29.3% from 255) = 18.88%

R = 44.9%
G = 36.22%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B08E4A (or 0xB08E4A) is known color: Turmeric. HEX triplet: B0, 8E and 4A. RGB value is (176,142,74). Sum of RGB (Red+Green+Blue) = 176+142+74=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 142 (55.86% from 255 or 36.22% from 392); Blue value is 74 (29.30% from 255 or 18.88% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B08E4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08E4A is #4F71B5. Grayscale: #909090. Windows color (decimal): -5206454 or 4886192. OLE color: 4886192.

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

Color convert

RGB 176 142 74 -
CMYK 0 0.19 0.58 0.31
HSL 40º 0.41% 0.49% -
HSV(B) 40º 0.58% 0.69% -
XYZ 28.81 29.07 10.57 -
YUV 144.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 176 142 74 0 0.19 0.58 0.31 40 0.41 0.49
Hex B0 8E 4A 0 13 3A 1F 28 29 31
Octal 260 216 112 0 23 72 37 50 51 61
Binary 10110000 10001110 1001010 0 10011 111010 11111 101000 101001 110001

Color Harmonies of #B08E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08E4A

Black with #B08E4A

Text Example


Text Example

White with #B08E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08E4A; }

 p { color: rgb(176,142,74); }

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

background-color css

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

 a { background-color: rgb(176,142,74); }

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

border-color css

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

 span { border-color: rgb(176,142,74); }

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