Html Css Color HEX #B49043 Turmeric

📋 copy color: '#B49043'

red 180 ◦ green 144 ◦ blue 67

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

Shades of Turmeric #B49043

Tints of Turmeric #B49043

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.83%

 BLUE value IS 67 (26.56% from 255) = 17.14%

R = 46.04%
G = 36.83%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B49043 (or 0xB49043) is known color: Turmeric. HEX triplet: B4, 90 and 43. RGB value is (180,144,67). Sum of RGB (Red+Green+Blue) = 180+144+67=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 67 (26.56% from 255 or 17.14% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B49043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49043 is #4B6FBC. Grayscale: #929292. Windows color (decimal): -4943805 or 4427956. OLE color: 4427956.

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

Color convert

RGB 180 144 67 -
CMYK 0 0.2 0.63 0.29
HSL 40.88º 0.46% 0.48% -
HSV(B) 40.88º 0.63% 0.71% -
XYZ 29.81 30.06 9.54 -
YUV 145.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 180 144 67 0 0.2 0.63 0.29 40.88 0.46 0.48
Hex B4 90 43 0 14 3F 1D 29 2E 30
Octal 264 220 103 0 24 77 35 51 56 60
Binary 10110100 10010000 1000011 0 10100 111111 11101 101001 101110 110000

Color Harmonies of #B49043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49043

Black with #B49043

Text Example


Text Example

White with #B49043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49043; }

 p { color: rgb(180,144,67); }

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

background-color css

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

 a { background-color: rgb(180,144,67); }

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

border-color css

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

 span { border-color: rgb(180,144,67); }

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