Html Css Color HEX #BC892E Hokey Pokey

📋 copy color: '#BC892E'

red 188 ◦ green 137 ◦ blue 46

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

Shades of Hokey Pokey #BC892E

Tints of Hokey Pokey #BC892E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 36.93%

 BLUE value IS 46 (18.36% from 255) = 12.4%

R = 50.67%
G = 36.93%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC892E (or 0xBC892E) is known color: Hokey Pokey. HEX triplet: BC, 89 and 2E. RGB value is (188,137,46). Sum of RGB (Red+Green+Blue) = 188+137+46=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892E is #4376D1. Grayscale: #8E8E8E. Windows color (decimal): -4421330 or 3049916. OLE color: 3049916.

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

Color convert

RGB 188 137 46 -
CMYK 0 0.27 0.76 0.26
HSL 38.45º 0.61% 0.46% -
HSV(B) 38.45º 0.76% 0.74% -
XYZ 30.18 28.78 6.55 -
YUV 141.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 188 137 46 0 0.27 0.76 0.26 38.45 0.61 0.46
Hex BC 89 2E 0 1B 4C 1A 26 3D 2E
Octal 274 211 56 0 33 114 32 46 75 56
Binary 10111100 10001001 101110 0 11011 1001100 11010 100110 111101 101110

Color Harmonies of #BC892E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC892E

Black with #BC892E

Text Example


Text Example

White with #BC892E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC892E; }

 p { color: rgb(188,137,46); }

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

background-color css

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

 a { background-color: rgb(188,137,46); }

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

border-color css

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

 span { border-color: rgb(188,137,46); }

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