Html Css Color HEX #BC9232 Hokey Pokey

📋 copy color: '#BC9232'

red 188 ◦ green 146 ◦ blue 50

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

Shades of Hokey Pokey #BC9232

Tints of Hokey Pokey #BC9232

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

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

R = 48.96%
G = 38.02%
B = 13.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9232 (or 0xBC9232) is known color: Hokey Pokey. HEX triplet: BC, 92 and 32. RGB value is (188,146,50). Sum of RGB (Red+Green+Blue) = 188+146+50=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9232 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9232 is #436DCD. Grayscale: #949494. Windows color (decimal): -4419022 or 3314364. OLE color: 3314364.

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

Color convert

RGB 188 146 50 -
CMYK 0 0.22 0.73 0.26
HSL 41.74º 0.58% 0.47% -
HSV(B) 41.74º 0.73% 0.74% -
XYZ 31.59 31.48 7.43 -
YUV 147.61 72.91 156.81 -
System Red Green Blue C M Y K H S L
Decimal 188 146 50 0 0.22 0.73 0.26 41.74 0.58 0.47
Hex BC 92 32 0 16 49 1A 2A 3A 2F
Octal 274 222 62 0 26 111 32 52 72 57
Binary 10111100 10010010 110010 0 10110 1001001 11010 101010 111010 101111

Color Harmonies of #BC9232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9232

Black with #BC9232

Text Example


Text Example

White with #BC9232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9232; }

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

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

background-color css

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

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

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

border-color css

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

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

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