Html Css Color HEX #BC892D Hokey Pokey

📋 copy color: '#BC892D'

red 188 ◦ green 137 ◦ blue 45

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

Shades of Hokey Pokey #BC892D

Tints of Hokey Pokey #BC892D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.16%

R = 50.81%
G = 37.03%
B = 12.16%

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

#BC892D (or 0xBC892D) is known color: Hokey Pokey. HEX triplet: BC, 89 and 2D. RGB value is (188,137,45). Sum of RGB (Red+Green+Blue) = 188+137+45=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 137 (53.91% from 255 or 37.03% from 370); Blue value is 45 (17.97% from 255 or 12.16% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC892D is #4376D2. Grayscale: #8E8E8E. Windows color (decimal): -4421331 or 2984380. OLE color: 2984380.

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

Color convert

RGB 188 137 45 -
CMYK 0 0.27 0.76 0.26
HSL 38.6º 0.61% 0.46% -
HSV(B) 38.6º 0.76% 0.74% -
XYZ 30.16 28.77 6.45 -
YUV 141.76 73.4 160.98 -
System Red Green Blue C M Y K H S L
Decimal 188 137 45 0 0.27 0.76 0.26 38.6 0.61 0.46
Hex BC 89 2D 0 1B 4C 1A 27 3D 2E
Octal 274 211 55 0 33 114 32 47 75 56
Binary 10111100 10001001 101101 0 11011 1001100 11010 100111 111101 101110

Color Harmonies of #BC892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC892D

Black with #BC892D

Text Example


Text Example

White with #BC892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC892D; }

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

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

background-color css

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

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

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

border-color css

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

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

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