Html Css Color HEX #BC8B2C Hokey Pokey

📋 copy color: '#BC8B2C'

red 188 ◦ green 139 ◦ blue 44

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

Shades of Hokey Pokey #BC8B2C

Tints of Hokey Pokey #BC8B2C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 37.47%

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

R = 50.67%
G = 37.47%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BC8B2C (or 0xBC8B2C) is known color: Hokey Pokey. HEX triplet: BC, 8B and 2C. RGB value is (188,139,44). Sum of RGB (Red+Green+Blue) = 188+139+44=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8B2C is #4374D3. Grayscale: #8F8F8F. Windows color (decimal): -4420820 or 2919356. OLE color: 2919356.

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

Color convert

RGB 188 139 44 -
CMYK 0 0.26 0.77 0.26
HSL 39.58º 0.62% 0.45% -
HSV(B) 39.58º 0.77% 0.74% -
XYZ 30.43 29.34 6.44 -
YUV 142.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 188 139 44 0 0.26 0.77 0.26 39.58 0.62 0.45
Hex BC 8B 2C 0 1A 4D 1A 28 3E 2D
Octal 274 213 54 0 32 115 32 50 76 55
Binary 10111100 10001011 101100 0 11010 1001101 11010 101000 111110 101101

Color Harmonies of #BC8B2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8B2C

Black with #BC8B2C

Text Example


Text Example

White with #BC8B2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8B2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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