Html Css Color HEX #B8874F Tussock

📋 copy color: '#B8874F'

red 184 ◦ green 135 ◦ blue 79

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

Shades of Tussock #B8874F

Tints of Tussock #B8874F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 19.85%

R = 46.23%
G = 33.92%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8874F (or 0xB8874F) is known color: Tussock. HEX triplet: B8, 87 and 4F. RGB value is (184,135,79). Sum of RGB (Red+Green+Blue) = 184+135+79=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 79 (31.25% from 255 or 19.85% from 398); Max value from RGB is 184 - color contains mainly: red. Hex color #B8874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8874F is #4778B0. Grayscale: #8F8F8F. Windows color (decimal): -4683953 or 5212088. OLE color: 5212088.

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

Color convert

RGB 184 135 79 -
CMYK 0 0.27 0.57 0.28
HSL 32º 0.43% 0.52% -
HSV(B) 32º 0.57% 0.72% -
XYZ 29.84 28.08 11.24 -
YUV 143.27 91.73 157.05 -
System Red Green Blue C M Y K H S L
Decimal 184 135 79 0 0.27 0.57 0.28 32 0.43 0.52
Hex B8 87 4F 0 1B 39 1C 20 2B 34
Octal 270 207 117 0 33 71 34 40 53 64
Binary 10111000 10000111 1001111 0 11011 111001 11100 100000 101011 110100

Color Harmonies of #B8874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8874F

Black with #B8874F

Text Example


Text Example

White with #B8874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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