Html Css Color HEX #BC9439 Hokey Pokey

📋 copy color: '#BC9439'

red 188 ◦ green 148 ◦ blue 57

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

Shades of Hokey Pokey #BC9439

Tints of Hokey Pokey #BC9439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.5%

R = 47.84%
G = 37.66%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC9439 (or 0xBC9439) is known color: Hokey Pokey. HEX triplet: BC, 94 and 39. RGB value is (188,148,57). Sum of RGB (Red+Green+Blue) = 188+148+57=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 57 (22.66% from 255 or 14.50% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9439 is #436BC6. Grayscale: #959595. Windows color (decimal): -4418503 or 3773628. OLE color: 3773628.

HSL color Cylindrical-coordinate representation of color #BC9439: hue angle of 41.68º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9439 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 57 -
CMYK 0 0.21 0.70 0.26
HSL 41.68º 0.53% 0.48% -
HSV(B) 41.68º 0.7% 0.74% -
XYZ 32.07 32.17 8.39 -
YUV 149.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 188 148 57 0 0.21 0.70 0.26 41.68 0.53 0.48
Hex BC 94 39 0 15 46 1A 2A 35 30
Octal 274 224 71 0 25 106 32 52 65 60
Binary 10111100 10010100 111001 0 10101 1000110 11010 101010 110101 110000

Color Harmonies of #BC9439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9439

Black with #BC9439

Text Example


Text Example

White with #BC9439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9439; }

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

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

background-color css

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

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

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

border-color css

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

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

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