Html Css Color HEX #BC854C Tussock

📋 copy color: '#BC854C'

red 188 ◦ green 133 ◦ blue 76

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

Shades of Tussock #BC854C

Tints of Tussock #BC854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.5%

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

R = 47.36%
G = 33.5%
B = 19.14%

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

#BC854C (or 0xBC854C) is known color: Tussock. HEX triplet: BC, 85 and 4C. RGB value is (188,133,76). Sum of RGB (Red+Green+Blue) = 188+133+76=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 133 (52.34% from 255 or 33.50% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC854C is #437AB3. Grayscale: #8F8F8F. Windows color (decimal): -4422324 or 5014972. OLE color: 5014972.

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

Color convert

RGB 188 133 76 -
CMYK 0 0.29 0.60 0.26
HSL 30.54º 0.46% 0.52% -
HSV(B) 30.54º 0.6% 0.74% -
XYZ 30.43 27.99 10.64 -
YUV 142.95 90.22 160.13 -
System Red Green Blue C M Y K H S L
Decimal 188 133 76 0 0.29 0.60 0.26 30.54 0.46 0.52
Hex BC 85 4C 0 1D 3C 1A 1F 2E 34
Octal 274 205 114 0 35 74 32 37 56 64
Binary 10111100 10000101 1001100 0 11101 111100 11010 11111 101110 110100

Color Harmonies of #BC854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC854C

Black with #BC854C

Text Example


Text Example

White with #BC854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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