Html Css Color HEX #B18E47 Turmeric

📋 copy color: '#B18E47'

red 177 ◦ green 142 ◦ blue 71

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

Shades of Turmeric #B18E47

Tints of Turmeric #B18E47

RGB

 RED value IS 177 (69.53% from 255) = 45.38%

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

 BLUE value IS 71 (28.13% from 255) = 18.21%

R = 45.38%
G = 36.41%
B = 18.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B18E47 (or 0xB18E47) is known color: Turmeric. HEX triplet: B1, 8E and 47. RGB value is (177,142,71). Sum of RGB (Red+Green+Blue) = 177+142+71=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E47 is #4E71B8. Grayscale: #909090. Windows color (decimal): -5140921 or 4689585. OLE color: 4689585.

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

Color convert

RGB 177 142 71 -
CMYK 0 0.20 0.60 0.31
HSL 40.19º 0.43% 0.49% -
HSV(B) 40.19º 0.6% 0.69% -
XYZ 28.94 29.15 10.06 -
YUV 144.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 177 142 71 0 0.20 0.60 0.31 40.19 0.43 0.49
Hex B1 8E 47 0 14 3C 1F 28 2B 31
Octal 261 216 107 0 24 74 37 50 53 61
Binary 10110001 10001110 1000111 0 10100 111100 11111 101000 101011 110001

Color Harmonies of #B18E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E47

Black with #B18E47

Text Example


Text Example

White with #B18E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E47; }

 p { color: rgb(177,142,71); }

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

background-color css

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

 a { background-color: rgb(177,142,71); }

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

border-color css

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

 span { border-color: rgb(177,142,71); }

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