Html Css Color HEX #BC884B Tussock

📋 copy color: '#BC884B'

red 188 ◦ green 136 ◦ blue 75

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

Shades of Tussock #BC884B

Tints of Tussock #BC884B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34.09%

 BLUE value IS 75 (29.69% from 255) = 18.8%

R = 47.12%
G = 34.09%
B = 18.8%

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

#BC884B (or 0xBC884B) is known color: Tussock. HEX triplet: BC, 88 and 4B. RGB value is (188,136,75). Sum of RGB (Red+Green+Blue) = 188+136+75=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 75 (29.69% from 255 or 18.80% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC884B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC884B is #4377B4. Grayscale: #909090. Windows color (decimal): -4421557 or 4950204. OLE color: 4950204.

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

Color convert

RGB 188 136 75 -
CMYK 0 0.28 0.60 0.26
HSL 32.39º 0.46% 0.52% -
HSV(B) 32.39º 0.6% 0.74% -
XYZ 30.81 28.81 10.59 -
YUV 144.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 188 136 75 0 0.28 0.60 0.26 32.39 0.46 0.52
Hex BC 88 4B 0 1C 3C 1A 20 2E 34
Octal 274 210 113 0 34 74 32 40 56 64
Binary 10111100 10001000 1001011 0 11100 111100 11010 100000 101110 110100

Color Harmonies of #BC884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC884B

Black with #BC884B

Text Example


Text Example

White with #BC884B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC884B; }

 p { color: rgb(188,136,75); }

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

background-color css

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

 a { background-color: rgb(188,136,75); }

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

border-color css

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

 span { border-color: rgb(188,136,75); }

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