Html Css Color HEX #BC882C Hokey Pokey

📋 copy color: '#BC882C'

red 188 ◦ green 136 ◦ blue 44

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

Shades of Hokey Pokey #BC882C

Tints of Hokey Pokey #BC882C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.96%

R = 51.09%
G = 36.96%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC882C (or 0xBC882C) is known color: Hokey Pokey. HEX triplet: BC, 88 and 2C. RGB value is (188,136,44). Sum of RGB (Red+Green+Blue) = 188+136+44=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 44 (17.58% from 255 or 11.96% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882C is #4377D3. Grayscale: #8D8D8D. Windows color (decimal): -4421588 or 2918588. OLE color: 2918588.

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

Color convert

RGB 188 136 44 -
CMYK 0 0.28 0.77 0.26
HSL 38.33º 0.62% 0.45% -
HSV(B) 38.33º 0.77% 0.74% -
XYZ 30 28.48 6.3 -
YUV 141.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 188 136 44 0 0.28 0.77 0.26 38.33 0.62 0.45
Hex BC 88 2C 0 1C 4D 1A 26 3E 2D
Octal 274 210 54 0 34 115 32 46 76 55
Binary 10111100 10001000 101100 0 11100 1001101 11010 100110 111110 101101

Color Harmonies of #BC882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC882C

Black with #BC882C

Text Example


Text Example

White with #BC882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC882C; }

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

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

background-color css

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

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

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

border-color css

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

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

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