Html Css Color HEX #B18E42 Turmeric

📋 copy color: '#B18E42'

red 177 ◦ green 142 ◦ blue 66

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

Shades of Turmeric #B18E42

Tints of Turmeric #B18E42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 17.14%

R = 45.97%
G = 36.88%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B18E42 (or 0xB18E42) is known color: Turmeric. HEX triplet: B1, 8E and 42. RGB value is (177,142,66). Sum of RGB (Red+Green+Blue) = 177+142+66=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 66 (26.17% from 255 or 17.14% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B18E42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18E42 is #4E71BD. Grayscale: #909090. Windows color (decimal): -5140926 or 4361905. OLE color: 4361905.

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

Color convert

RGB 177 142 66 -
CMYK 0 0.20 0.63 0.31
HSL 41.08º 0.46% 0.48% -
HSV(B) 41.08º 0.63% 0.69% -
XYZ 28.79 29.09 9.25 -
YUV 143.8 84.1 151.68 -
System Red Green Blue C M Y K H S L
Decimal 177 142 66 0 0.20 0.63 0.31 41.08 0.46 0.48
Hex B1 8E 42 0 14 3F 1F 29 2E 30
Octal 261 216 102 0 24 77 37 51 56 60
Binary 10110001 10001110 1000010 0 10100 111111 11111 101001 101110 110000

Color Harmonies of #B18E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18E42

Black with #B18E42

Text Example


Text Example

White with #B18E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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