Html Css Color HEX #B88D4A Tussock

📋 copy color: '#B88D4A'

red 184 ◦ green 141 ◦ blue 74

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

Shades of Tussock #B88D4A

Tints of Tussock #B88D4A

RGB

 RED value IS 184 (72.27% from 255) = 46.12%

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

 BLUE value IS 74 (29.3% from 255) = 18.55%

R = 46.12%
G = 35.34%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B88D4A (or 0xB88D4A) is known color: Tussock. HEX triplet: B8, 8D and 4A. RGB value is (184,141,74). Sum of RGB (Red+Green+Blue) = 184+141+74=399 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.12% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 74 (29.30% from 255 or 18.55% from 399); Max value from RGB is 184 - color contains mainly: red. Hex color #B88D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B88D4A is #4772B5. Grayscale: #929292. Windows color (decimal): -4682422 or 4885944. OLE color: 4885944.

HSL color Cylindrical-coordinate representation of color #B88D4A: hue angle of 36.55º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B88D4A is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 141 74 -
CMYK 0 0.23 0.60 0.28
HSL 36.55º 0.44% 0.51% -
HSV(B) 36.55º 0.6% 0.72% -
XYZ 30.53 29.73 10.61 -
YUV 146.22 87.25 154.95 -
System Red Green Blue C M Y K H S L
Decimal 184 141 74 0 0.23 0.60 0.28 36.55 0.44 0.51
Hex B8 8D 4A 0 17 3C 1C 25 2C 33
Octal 270 215 112 0 27 74 34 45 54 63
Binary 10111000 10001101 1001010 0 10111 111100 11100 100101 101100 110011

Color Harmonies of #B88D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88D4A

Black with #B88D4A

Text Example


Text Example

White with #B88D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88D4A; }

 p { color: rgb(184,141,74); }

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

background-color css

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

 a { background-color: rgb(184,141,74); }

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

border-color css

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

 span { border-color: rgb(184,141,74); }

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