Html Css Color HEX #B88F4D Tussock

📋 copy color: '#B88F4D'

red 184 ◦ green 143 ◦ blue 77

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

Shades of Tussock #B88F4D

Tints of Tussock #B88F4D

RGB

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

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

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

R = 45.54%
G = 35.4%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B88F4D (or 0xB88F4D) is known color: Tussock. HEX triplet: B8, 8F and 4D. RGB value is (184,143,77). Sum of RGB (Red+Green+Blue) = 184+143+77=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 77 (30.47% from 255 or 19.06% from 404); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F4D is #4770B2. Grayscale: #949494. Windows color (decimal): -4681907 or 5083064. OLE color: 5083064.

HSL color Cylindrical-coordinate representation of color #B88F4D: hue angle of 37.01º 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 #B88F4D is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 77 -
CMYK 0 0.22 0.58 0.28
HSL 37.01º 0.43% 0.51% -
HSV(B) 37.01º 0.58% 0.72% -
XYZ 30.93 30.37 11.25 -
YUV 147.74 88.08 153.87 -
System Red Green Blue C M Y K H S L
Decimal 184 143 77 0 0.22 0.58 0.28 37.01 0.43 0.51
Hex B8 8F 4D 0 16 3A 1C 25 2B 33
Octal 270 217 115 0 26 72 34 45 53 63
Binary 10111000 10001111 1001101 0 10110 111010 11100 100101 101011 110011

Color Harmonies of #B88F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F4D

Black with #B88F4D

Text Example


Text Example

White with #B88F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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