Html Css Color HEX #B48E42 Turmeric

📋 copy color: '#B48E42'

red 180 ◦ green 142 ◦ blue 66

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

Shades of Turmeric #B48E42

Tints of Turmeric #B48E42

RGB

 RED value IS 180 (70.7% from 255) = 46.39%

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

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

R = 46.39%
G = 36.6%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B48E42 (or 0xB48E42) is known color: Turmeric. HEX triplet: B4, 8E and 42. RGB value is (180,142,66). Sum of RGB (Red+Green+Blue) = 180+142+66=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 142 (55.86% from 255 or 36.60% from 388); Blue value is 66 (26.17% from 255 or 17.01% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B48E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48E42 is #4B71BD. Grayscale: #919191. Windows color (decimal): -4944318 or 4361908. OLE color: 4361908.

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

Color convert

RGB 180 142 66 -
CMYK 0 0.21 0.63 0.29
HSL 40º 0.46% 0.48% -
HSV(B) 40º 0.63% 0.71% -
XYZ 29.48 29.44 9.28 -
YUV 144.7 83.59 153.18 -
System Red Green Blue C M Y K H S L
Decimal 180 142 66 0 0.21 0.63 0.29 40 0.46 0.48
Hex B4 8E 42 0 15 3F 1D 28 2E 30
Octal 264 216 102 0 25 77 35 50 56 60
Binary 10110100 10001110 1000010 0 10101 111111 11101 101000 101110 110000

Color Harmonies of #B48E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48E42

Black with #B48E42

Text Example


Text Example

White with #B48E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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