Html Css Color HEX #B48C49 Tussock

📋 copy color: '#B48C49'

red 180 ◦ green 140 ◦ blue 73

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

Shades of Tussock #B48C49

Tints of Tussock #B48C49

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.62%

 BLUE value IS 73 (28.91% from 255) = 18.58%

R = 45.8%
G = 35.62%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B48C49 (or 0xB48C49) is known color: Tussock. HEX triplet: B4, 8C and 49. RGB value is (180,140,73). Sum of RGB (Red+Green+Blue) = 180+140+73=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 73 (28.91% from 255 or 18.58% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B48C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B48C49 is #4B73B6. Grayscale: #909090. Windows color (decimal): -4944823 or 4820148. OLE color: 4820148.

HSL color Cylindrical-coordinate representation of color #B48C49: hue angle of 37.57º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B48C49 is Cyan = 0, Magento = 0.22, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 140 73 -
CMYK 0 0.22 0.59 0.29
HSL 37.57º 0.42% 0.5% -
HSV(B) 37.57º 0.59% 0.71% -
XYZ 29.4 28.94 10.34 -
YUV 144.32 87.75 153.45 -
System Red Green Blue C M Y K H S L
Decimal 180 140 73 0 0.22 0.59 0.29 37.57 0.42 0.5
Hex B4 8C 49 0 16 3B 1D 26 2A 32
Octal 264 214 111 0 26 73 35 46 52 62
Binary 10110100 10001100 1001001 0 10110 111011 11101 100110 101010 110010

Color Harmonies of #B48C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48C49

Black with #B48C49

Text Example


Text Example

White with #B48C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48C49; }

 p { color: rgb(180,140,73); }

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

background-color css

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

 a { background-color: rgb(180,140,73); }

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

border-color css

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

 span { border-color: rgb(180,140,73); }

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