Html Css Color HEX #BC892C Hokey Pokey

📋 copy color: '#BC892C'

red 188 ◦ green 137 ◦ blue 44

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

Shades of Hokey Pokey #BC892C

Tints of Hokey Pokey #BC892C

RGB

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

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

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

R = 50.95%
G = 37.13%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC892C (or 0xBC892C) is known color: Hokey Pokey. HEX triplet: BC, 89 and 2C. RGB value is (188,137,44). Sum of RGB (Red+Green+Blue) = 188+137+44=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 44 (17.58% from 255 or 11.92% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892C is #4376D3. Grayscale: #8E8E8E. Windows color (decimal): -4421332 or 2918844. OLE color: 2918844.

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

Color convert

RGB 188 137 44 -
CMYK 0 0.27 0.77 0.26
HSL 38.75º 0.62% 0.45% -
HSV(B) 38.75º 0.77% 0.74% -
XYZ 30.14 28.76 6.35 -
YUV 141.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 188 137 44 0 0.27 0.77 0.26 38.75 0.62 0.45
Hex BC 89 2C 0 1B 4D 1A 27 3E 2D
Octal 274 211 54 0 33 115 32 47 76 55
Binary 10111100 10001001 101100 0 11011 1001101 11010 100111 111110 101101

Color Harmonies of #BC892C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC892C

Black with #BC892C

Text Example


Text Example

White with #BC892C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC892C; }

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

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

background-color css

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

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

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

border-color css

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

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

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