Html Css Color HEX #BC9937 Hokey Pokey

📋 copy color: '#BC9937'

red 188 ◦ green 153 ◦ blue 55

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

Shades of Hokey Pokey #BC9937

Tints of Hokey Pokey #BC9937

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.64%

 BLUE value IS 55 (21.88% from 255) = 13.89%

R = 47.47%
G = 38.64%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC9937 (or 0xBC9937) is known color: Hokey Pokey. HEX triplet: BC, 99 and 37. RGB value is (188,153,55). Sum of RGB (Red+Green+Blue) = 188+153+55=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 55 (21.88% from 255 or 13.89% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9937 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9937 is #4366C8. Grayscale: #989898. Windows color (decimal): -4417225 or 3643836. OLE color: 3643836.

HSL color Cylindrical-coordinate representation of color #BC9937: hue angle of 44.21º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC9937 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 153 55 -
CMYK 0 0.19 0.71 0.26
HSL 44.21º 0.55% 0.48% -
HSV(B) 44.21º 0.71% 0.74% -
XYZ 32.82 33.75 8.4 -
YUV 152.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 188 153 55 0 0.19 0.71 0.26 44.21 0.55 0.48
Hex BC 99 37 0 13 47 1A 2C 37 30
Octal 274 231 67 0 23 107 32 54 67 60
Binary 10111100 10011001 110111 0 10011 1000111 11010 101100 110111 110000

Color Harmonies of #BC9937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9937

Black with #BC9937

Text Example


Text Example

White with #BC9937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9937; }

 p { color: rgb(188,153,55); }

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

background-color css

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

 a { background-color: rgb(188,153,55); }

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

border-color css

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

 span { border-color: rgb(188,153,55); }

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