Html Css Color HEX #B8874A Tussock

📋 copy color: '#B8874A'

red 184 ◦ green 135 ◦ blue 74

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

Shades of Tussock #B8874A

Tints of Tussock #B8874A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

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

R = 46.82%
G = 34.35%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B8874A (or 0xB8874A) is known color: Tussock. HEX triplet: B8, 87 and 4A. RGB value is (184,135,74). Sum of RGB (Red+Green+Blue) = 184+135+74=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 74 (29.30% from 255 or 18.83% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B8874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8874A is #4778B5. Grayscale: #8E8E8E. Windows color (decimal): -4683958 or 4884408. OLE color: 4884408.

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

Color convert

RGB 184 135 74 -
CMYK 0 0.27 0.60 0.28
HSL 33.27º 0.44% 0.51% -
HSV(B) 33.27º 0.6% 0.72% -
XYZ 29.67 28.01 10.32 -
YUV 142.7 89.23 157.46 -
System Red Green Blue C M Y K H S L
Decimal 184 135 74 0 0.27 0.60 0.28 33.27 0.44 0.51
Hex B8 87 4A 0 1B 3C 1C 21 2C 33
Octal 270 207 112 0 33 74 34 41 54 63
Binary 10111000 10000111 1001010 0 11011 111100 11100 100001 101100 110011

Color Harmonies of #B8874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8874A

Black with #B8874A

Text Example


Text Example

White with #B8874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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