Html Css Color HEX #BC862F Hokey Pokey

📋 copy color: '#BC862F'

red 188 ◦ green 134 ◦ blue 47

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

Shades of Hokey Pokey #BC862F

Tints of Hokey Pokey #BC862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.31%

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

R = 50.95%
G = 36.31%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC862F (or 0xBC862F) is known color: Hokey Pokey. HEX triplet: BC, 86 and 2F. RGB value is (188,134,47). Sum of RGB (Red+Green+Blue) = 188+134+47=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 47 (18.75% from 255 or 12.74% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC862F is #4379D0. Grayscale: #8C8C8C. Windows color (decimal): -4422097 or 3114684. OLE color: 3114684.

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

Color convert

RGB 188 134 47 -
CMYK 0 0.29 0.75 0.26
HSL 37.02º 0.6% 0.46% -
HSV(B) 37.02º 0.75% 0.74% -
XYZ 29.78 27.95 6.51 -
YUV 140.23 75.39 162.07 -
System Red Green Blue C M Y K H S L
Decimal 188 134 47 0 0.29 0.75 0.26 37.02 0.6 0.46
Hex BC 86 2F 0 1D 4B 1A 25 3C 2E
Octal 274 206 57 0 35 113 32 45 74 56
Binary 10111100 10000110 101111 0 11101 1001011 11010 100101 111100 101110

Color Harmonies of #BC862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC862F

Black with #BC862F

Text Example


Text Example

White with #BC862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC862F; }

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

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

background-color css

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

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

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

border-color css

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

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

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