Html Css Color HEX #BC844E Tussock

📋 copy color: '#BC844E'

red 188 ◦ green 132 ◦ blue 78

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

Shades of Tussock #BC844E

Tints of Tussock #BC844E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.17%

 BLUE value IS 78 (30.86% from 255) = 19.6%

R = 47.24%
G = 33.17%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC844E (or 0xBC844E) is known color: Tussock. HEX triplet: BC, 84 and 4E. RGB value is (188,132,78). Sum of RGB (Red+Green+Blue) = 188+132+78=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 132 (51.95% from 255 or 33.17% from 398); Blue value is 78 (30.86% from 255 or 19.60% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC844E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC844E is #437BB1. Grayscale: #8E8E8E. Windows color (decimal): -4422578 or 5145788. OLE color: 5145788.

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

Color convert

RGB 188 132 78 -
CMYK 0 0.30 0.59 0.26
HSL 29.45º 0.45% 0.52% -
HSV(B) 29.45º 0.59% 0.74% -
XYZ 30.37 27.74 10.96 -
YUV 142.59 91.55 160.39 -
System Red Green Blue C M Y K H S L
Decimal 188 132 78 0 0.30 0.59 0.26 29.45 0.45 0.52
Hex BC 84 4E 0 1E 3B 1A 1D 2D 34
Octal 274 204 116 0 36 73 32 35 55 64
Binary 10111100 10000100 1001110 0 11110 111011 11010 11101 101101 110100

Color Harmonies of #BC844E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC844E

Black with #BC844E

Text Example


Text Example

White with #BC844E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC844E; }

 p { color: rgb(188,132,78); }

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

background-color css

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

 a { background-color: rgb(188,132,78); }

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

border-color css

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

 span { border-color: rgb(188,132,78); }

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