Html Css Color HEX #BC882F Hokey Pokey

📋 copy color: '#BC882F'

red 188 ◦ green 136 ◦ blue 47

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

Shades of Hokey Pokey #BC882F

Tints of Hokey Pokey #BC882F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.67%

R = 50.67%
G = 36.66%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC882F (or 0xBC882F) is known color: Hokey Pokey. HEX triplet: BC, 88 and 2F. RGB value is (188,136,47). Sum of RGB (Red+Green+Blue) = 188+136+47=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 47 (18.75% from 255 or 12.67% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC882F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC882F is #4377D0. Grayscale: #8D8D8D. Windows color (decimal): -4421585 or 3115196. OLE color: 3115196.

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

Color convert

RGB 188 136 47 -
CMYK 0 0.28 0.75 0.26
HSL 37.87º 0.6% 0.46% -
HSV(B) 37.87º 0.75% 0.74% -
XYZ 30.06 28.5 6.61 -
YUV 141.4 74.73 161.24 -
System Red Green Blue C M Y K H S L
Decimal 188 136 47 0 0.28 0.75 0.26 37.87 0.6 0.46
Hex BC 88 2F 0 1C 4B 1A 26 3C 2E
Octal 274 210 57 0 34 113 32 46 74 56
Binary 10111100 10001000 101111 0 11100 1001011 11010 100110 111100 101110

Color Harmonies of #BC882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC882F

Black with #BC882F

Text Example


Text Example

White with #BC882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC882F; }

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

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

background-color css

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

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

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

border-color css

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

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

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