Html Css Color HEX #BC9432 Hokey Pokey

📋 copy color: '#BC9432'

red 188 ◦ green 148 ◦ blue 50

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

Shades of Hokey Pokey #BC9432

Tints of Hokey Pokey #BC9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.34%

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

R = 48.7%
G = 38.34%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9432 (or 0xBC9432) is known color: Hokey Pokey. HEX triplet: BC, 94 and 32. RGB value is (188,148,50). Sum of RGB (Red+Green+Blue) = 188+148+50=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 148 (58.20% from 255 or 38.34% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9432 is #436BCD. Grayscale: #959595. Windows color (decimal): -4418510 or 3314876. OLE color: 3314876.

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

Color convert

RGB 188 148 50 -
CMYK 0 0.21 0.73 0.26
HSL 42.61º 0.58% 0.47% -
HSV(B) 42.61º 0.73% 0.74% -
XYZ 31.9 32.1 7.53 -
YUV 148.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 188 148 50 0 0.21 0.73 0.26 42.61 0.58 0.47
Hex BC 94 32 0 15 49 1A 2B 3A 2F
Octal 274 224 62 0 25 111 32 53 72 57
Binary 10111100 10010100 110010 0 10101 1001001 11010 101011 111010 101111

Color Harmonies of #BC9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9432

Black with #BC9432

Text Example


Text Example

White with #BC9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9432; }

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

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

background-color css

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

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

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

border-color css

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

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

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