Html Css Color HEX #BC8D2F Hokey Pokey

📋 copy color: '#BC8D2F'

red 188 ◦ green 141 ◦ blue 47

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

Shades of Hokey Pokey #BC8D2F

Tints of Hokey Pokey #BC8D2F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.5%

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

R = 50%
G = 37.5%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BC8D2F (or 0xBC8D2F) is known color: Hokey Pokey. HEX triplet: BC, 8D and 2F. RGB value is (188,141,47). Sum of RGB (Red+Green+Blue) = 188+141+47=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 47 (18.75% from 255 or 12.5% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D2F is #4372D0. Grayscale: #909090. Windows color (decimal): -4420305 or 3116476. OLE color: 3116476.

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

Color convert

RGB 188 141 47 -
CMYK 0 0.25 0.75 0.26
HSL 40º 0.6% 0.46% -
HSV(B) 40º 0.75% 0.74% -
XYZ 30.78 29.95 6.85 -
YUV 144.34 73.07 159.14 -
System Red Green Blue C M Y K H S L
Decimal 188 141 47 0 0.25 0.75 0.26 40 0.6 0.46
Hex BC 8D 2F 0 19 4B 1A 28 3C 2E
Octal 274 215 57 0 31 113 32 50 74 56
Binary 10111100 10001101 101111 0 11001 1001011 11010 101000 111100 101110

Color Harmonies of #BC8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D2F

Black with #BC8D2F

Text Example


Text Example

White with #BC8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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