Html Css Color HEX #B88C4D Tussock

📋 copy color: '#B88C4D'

red 184 ◦ green 140 ◦ blue 77

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

Shades of Tussock #B88C4D

Tints of Tussock #B88C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.2%

R = 45.89%
G = 34.91%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B88C4D (or 0xB88C4D) is known color: Tussock. HEX triplet: B8, 8C and 4D. RGB value is (184,140,77). Sum of RGB (Red+Green+Blue) = 184+140+77=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 140 (55.08% from 255 or 34.91% from 401); Blue value is 77 (30.47% from 255 or 19.20% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88C4D is #4773B2. Grayscale: #929292. Windows color (decimal): -4682675 or 5082296. OLE color: 5082296.

HSL color Cylindrical-coordinate representation of color #B88C4D: hue angle of 35.33º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B88C4D is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 140 77 -
CMYK 0 0.24 0.58 0.28
HSL 35.33º 0.43% 0.51% -
HSV(B) 35.33º 0.58% 0.72% -
XYZ 30.48 29.48 11.11 -
YUV 145.97 89.08 155.12 -
System Red Green Blue C M Y K H S L
Decimal 184 140 77 0 0.24 0.58 0.28 35.33 0.43 0.51
Hex B8 8C 4D 0 18 3A 1C 23 2B 33
Octal 270 214 115 0 30 72 34 43 53 63
Binary 10111000 10001100 1001101 0 11000 111010 11100 100011 101011 110011

Color Harmonies of #B88C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88C4D

Black with #B88C4D

Text Example


Text Example

White with #B88C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88C4D; }

 p { color: rgb(184,140,77); }

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

background-color css

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

 a { background-color: rgb(184,140,77); }

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

border-color css

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

 span { border-color: rgb(184,140,77); }

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