Html Css Color HEX #BC8932 Hokey Pokey

📋 copy color: '#BC8932'

red 188 ◦ green 137 ◦ blue 50

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

Shades of Hokey Pokey #BC8932

Tints of Hokey Pokey #BC8932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.33%

R = 50.13%
G = 36.53%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8932 (or 0xBC8932) is known color: Hokey Pokey. HEX triplet: BC, 89 and 32. RGB value is (188,137,50). Sum of RGB (Red+Green+Blue) = 188+137+50=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 50 (19.92% from 255 or 13.33% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8932 is #4376CD. Grayscale: #8E8E8E. Windows color (decimal): -4421326 or 3312060. OLE color: 3312060.

HSL color Cylindrical-coordinate representation of color #BC8932: hue angle of 37.83º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC8932 is Cyan = 0, Magento = 0.27, Yellow = 0.73 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 137 50 -
CMYK 0 0.27 0.73 0.26
HSL 37.83º 0.58% 0.47% -
HSV(B) 37.83º 0.73% 0.74% -
XYZ 30.26 28.81 6.98 -
YUV 142.33 75.9 160.57 -
System Red Green Blue C M Y K H S L
Decimal 188 137 50 0 0.27 0.73 0.26 37.83 0.58 0.47
Hex BC 89 32 0 1B 49 1A 26 3A 2F
Octal 274 211 62 0 33 111 32 46 72 57
Binary 10111100 10001001 110010 0 11011 1001001 11010 100110 111010 101111

Color Harmonies of #BC8932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8932

Black with #BC8932

Text Example


Text Example

White with #BC8932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8932; }

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

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

background-color css

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

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

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

border-color css

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

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

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