Html Css Color HEX #B88F50 Tussock

📋 copy color: '#B88F50'

red 184 ◦ green 143 ◦ blue 80

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

Shades of Tussock #B88F50

Tints of Tussock #B88F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

 BLUE value IS 80 (31.64% from 255) = 19.66%

R = 45.21%
G = 35.14%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B88F50 (or 0xB88F50) is known color: Tussock. HEX triplet: B8, 8F and 50. RGB value is (184,143,80). Sum of RGB (Red+Green+Blue) = 184+143+80=407 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.21% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 80 (31.64% from 255 or 19.66% from 407); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F50 is #4770AF. Grayscale: #949494. Windows color (decimal): -4681904 or 5279672. OLE color: 5279672.

HSL color Cylindrical-coordinate representation of color #B88F50: hue angle of 36.35º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B88F50 is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 80 -
CMYK 0 0.22 0.57 0.28
HSL 36.35º 0.42% 0.52% -
HSV(B) 36.35º 0.57% 0.72% -
XYZ 31.04 30.41 11.82 -
YUV 148.08 89.58 153.62 -
System Red Green Blue C M Y K H S L
Decimal 184 143 80 0 0.22 0.57 0.28 36.35 0.42 0.52
Hex B8 8F 50 0 16 39 1C 24 2A 34
Octal 270 217 120 0 26 71 34 44 52 64
Binary 10111000 10001111 1010000 0 10110 111001 11100 100100 101010 110100

Color Harmonies of #B88F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F50

Black with #B88F50

Text Example


Text Example

White with #B88F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F50; }

 p { color: rgb(184,143,80); }

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

background-color css

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

 a { background-color: rgb(184,143,80); }

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

border-color css

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

 span { border-color: rgb(184,143,80); }

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