Html Css Color HEX #BC874A Tussock

📋 copy color: '#BC874A'

red 188 ◦ green 135 ◦ blue 74

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

Shades of Tussock #BC874A

Tints of Tussock #BC874A

RGB

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

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

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

R = 47.36%
G = 34.01%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC874A (or 0xBC874A) is known color: Tussock. HEX triplet: BC, 87 and 4A. RGB value is (188,135,74). Sum of RGB (Red+Green+Blue) = 188+135+74=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 135 (53.12% from 255 or 34.01% from 397); Blue value is 74 (29.30% from 255 or 18.64% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC874A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC874A is #4378B5. Grayscale: #909090. Windows color (decimal): -4421814 or 4884412. OLE color: 4884412.

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

Color convert

RGB 188 135 74 -
CMYK 0 0.28 0.61 0.26
HSL 32.11º 0.46% 0.51% -
HSV(B) 32.11º 0.61% 0.74% -
XYZ 30.64 28.51 10.37 -
YUV 143.89 88.56 159.46 -
System Red Green Blue C M Y K H S L
Decimal 188 135 74 0 0.28 0.61 0.26 32.11 0.46 0.51
Hex BC 87 4A 0 1C 3D 1A 20 2E 33
Octal 274 207 112 0 34 75 32 40 56 63
Binary 10111100 10000111 1001010 0 11100 111101 11010 100000 101110 110011

Color Harmonies of #BC874A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC874A

Black with #BC874A

Text Example


Text Example

White with #BC874A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC874A; }

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

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

background-color css

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

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

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

border-color css

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

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

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