Html Css Color HEX #B18D47 Turmeric

📋 copy color: '#B18D47'

red 177 ◦ green 141 ◦ blue 71

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

Shades of Turmeric #B18D47

Tints of Turmeric #B18D47

RGB

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

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

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

R = 45.5%
G = 36.25%
B = 18.25%

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

#B18D47 (or 0xB18D47) is known color: Turmeric. HEX triplet: B1, 8D and 47. RGB value is (177,141,71). Sum of RGB (Red+Green+Blue) = 177+141+71=389 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.50% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 177 - color contains mainly: red. Hex color #B18D47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B18D47 is #4E72B8. Grayscale: #909090. Windows color (decimal): -5141177 or 4689329. OLE color: 4689329.

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

Color convert

RGB 177 141 71 -
CMYK 0 0.20 0.60 0.31
HSL 39.62º 0.43% 0.49% -
HSV(B) 39.62º 0.6% 0.69% -
XYZ 28.79 28.85 10.01 -
YUV 143.78 86.93 151.69 -
System Red Green Blue C M Y K H S L
Decimal 177 141 71 0 0.20 0.60 0.31 39.62 0.43 0.49
Hex B1 8D 47 0 14 3C 1F 28 2B 31
Octal 261 215 107 0 24 74 37 50 53 61
Binary 10110001 10001101 1000111 0 10100 111100 11111 101000 101011 110001

Color Harmonies of #B18D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18D47

Black with #B18D47

Text Example


Text Example

White with #B18D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18D47; }

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

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

background-color css

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

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

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

border-color css

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

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

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