Html Css Color HEX #BC874C Tussock

📋 copy color: '#BC874C'

red 188 ◦ green 135 ◦ blue 76

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

Shades of Tussock #BC874C

Tints of Tussock #BC874C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.05%

R = 47.12%
G = 33.83%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC874C (or 0xBC874C) is known color: Tussock. HEX triplet: BC, 87 and 4C. RGB value is (188,135,76). Sum of RGB (Red+Green+Blue) = 188+135+76=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 76 (30.08% from 255 or 19.05% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC874C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC874C is #4378B3. Grayscale: #909090. Windows color (decimal): -4421812 or 5015484. OLE color: 5015484.

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

Color convert

RGB 188 135 76 -
CMYK 0 0.28 0.60 0.26
HSL 31.61º 0.46% 0.52% -
HSV(B) 31.61º 0.6% 0.74% -
XYZ 30.71 28.54 10.73 -
YUV 144.12 89.56 159.3 -
System Red Green Blue C M Y K H S L
Decimal 188 135 76 0 0.28 0.60 0.26 31.61 0.46 0.52
Hex BC 87 4C 0 1C 3C 1A 20 2E 34
Octal 274 207 114 0 34 74 32 40 56 64
Binary 10111100 10000111 1001100 0 11100 111100 11010 100000 101110 110100

Color Harmonies of #BC874C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC874C

Black with #BC874C

Text Example


Text Example

White with #BC874C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC874C; }

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

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

background-color css

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

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

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

border-color css

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

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

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