Html Css Color HEX #B8864B Tussock

📋 copy color: '#B8864B'

red 184 ◦ green 134 ◦ blue 75

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

Shades of Tussock #B8864B

Tints of Tussock #B8864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 46.82%
G = 34.1%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8864B (or 0xB8864B) is known color: Tussock. HEX triplet: B8, 86 and 4B. RGB value is (184,134,75). Sum of RGB (Red+Green+Blue) = 184+134+75=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8864B is #4779B4. Grayscale: #8E8E8E. Windows color (decimal): -4684213 or 4949688. OLE color: 4949688.

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

Color convert

RGB 184 134 75 -
CMYK 0 0.27 0.59 0.28
HSL 32.48º 0.43% 0.51% -
HSV(B) 32.48º 0.59% 0.72% -
XYZ 29.56 27.75 10.45 -
YUV 142.22 90.07 157.8 -
System Red Green Blue C M Y K H S L
Decimal 184 134 75 0 0.27 0.59 0.28 32.48 0.43 0.51
Hex B8 86 4B 0 1B 3B 1C 20 2B 33
Octal 270 206 113 0 33 73 34 40 53 63
Binary 10111000 10000110 1001011 0 11011 111011 11100 100000 101011 110011

Color Harmonies of #B8864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8864B

Black with #B8864B

Text Example


Text Example

White with #B8864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8864B; }

 p { color: rgb(184,134,75); }

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

background-color css

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

 a { background-color: rgb(184,134,75); }

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

border-color css

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

 span { border-color: rgb(184,134,75); }

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