Html Css Color HEX #BC864C Tussock

📋 copy color: '#BC864C'

red 188 ◦ green 134 ◦ blue 76

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

Shades of Tussock #BC864C

Tints of Tussock #BC864C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 47.24%
G = 33.67%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC864C (or 0xBC864C) is known color: Tussock. HEX triplet: BC, 86 and 4C. RGB value is (188,134,76). Sum of RGB (Red+Green+Blue) = 188+134+76=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 76 (30.08% from 255 or 19.10% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC864C is #4379B3. Grayscale: #8F8F8F. Windows color (decimal): -4422068 or 5015228. OLE color: 5015228.

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

Color convert

RGB 188 134 76 -
CMYK 0 0.29 0.60 0.26
HSL 31.07º 0.46% 0.52% -
HSV(B) 31.07º 0.6% 0.74% -
XYZ 30.57 28.26 10.68 -
YUV 143.53 89.89 159.72 -
System Red Green Blue C M Y K H S L
Decimal 188 134 76 0 0.29 0.60 0.26 31.07 0.46 0.52
Hex BC 86 4C 0 1D 3C 1A 1F 2E 34
Octal 274 206 114 0 35 74 32 37 56 64
Binary 10111100 10000110 1001100 0 11101 111100 11010 11111 101110 110100

Color Harmonies of #BC864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC864C

Black with #BC864C

Text Example


Text Example

White with #BC864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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