Html Css Color HEX #BC874F Tussock

📋 copy color: '#BC874F'

red 188 ◦ green 135 ◦ blue 79

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

Shades of Tussock #BC874F

Tints of Tussock #BC874F

RGB

 RED value IS 188 (73.83% from 255) = 46.77%

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

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

R = 46.77%
G = 33.58%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC874F (or 0xBC874F) is known color: Tussock. HEX triplet: BC, 87 and 4F. RGB value is (188,135,79). Sum of RGB (Red+Green+Blue) = 188+135+79=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 79 (31.25% from 255 or 19.65% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC874F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC874F is #4378B0. Grayscale: #909090. Windows color (decimal): -4421809 or 5212092. OLE color: 5212092.

HSL color Cylindrical-coordinate representation of color #BC874F: hue angle of 30.83º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC874F is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 135 79 -
CMYK 0 0.28 0.58 0.26
HSL 30.83º 0.45% 0.52% -
HSV(B) 30.83º 0.58% 0.74% -
XYZ 30.81 28.58 11.29 -
YUV 144.46 91.06 159.05 -
System Red Green Blue C M Y K H S L
Decimal 188 135 79 0 0.28 0.58 0.26 30.83 0.45 0.52
Hex BC 87 4F 0 1C 3A 1A 1F 2D 34
Octal 274 207 117 0 34 72 32 37 55 64
Binary 10111100 10000111 1001111 0 11100 111010 11010 11111 101101 110100

Color Harmonies of #BC874F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC874F

Black with #BC874F

Text Example


Text Example

White with #BC874F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC874F; }

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

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

background-color css

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

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

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

border-color css

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

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

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