Html Css Color HEX #B18D42 Turmeric

📋 copy color: '#B18D42'

red 177 ◦ green 141 ◦ blue 66

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

Shades of Turmeric #B18D42

Tints of Turmeric #B18D42

RGB

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

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

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

R = 46.09%
G = 36.72%
B = 17.19%

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

#B18D42 (or 0xB18D42) is known color: Turmeric. HEX triplet: B1, 8D and 42. RGB value is (177,141,66). Sum of RGB (Red+Green+Blue) = 177+141+66=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D42 is #4E72BD. Grayscale: #8F8F8F. Windows color (decimal): -5141182 or 4361649. OLE color: 4361649.

HSL color Cylindrical-coordinate representation of color #B18D42: hue angle of 40.54º 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 #B18D42 is Cyan = 0, Magento = 0.20, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 141 66 -
CMYK 0 0.20 0.63 0.31
HSL 40.54º 0.46% 0.48% -
HSV(B) 40.54º 0.63% 0.69% -
XYZ 28.64 28.79 9.2 -
YUV 143.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 177 141 66 0 0.20 0.63 0.31 40.54 0.46 0.48
Hex B1 8D 42 0 14 3F 1F 29 2E 30
Octal 261 215 102 0 24 77 37 51 56 60
Binary 10110001 10001101 1000010 0 10100 111111 11111 101001 101110 110000

Color Harmonies of #B18D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D42

Black with #B18D42

Text Example


Text Example

White with #B18D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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