Html Css Color HEX #BC943B Hokey Pokey

📋 copy color: '#BC943B'

red 188 ◦ green 148 ◦ blue 59

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

Shades of Hokey Pokey #BC943B

Tints of Hokey Pokey #BC943B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 14.94%

R = 47.59%
G = 37.47%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC943B (or 0xBC943B) is known color: Hokey Pokey. HEX triplet: BC, 94 and 3B. RGB value is (188,148,59). Sum of RGB (Red+Green+Blue) = 188+148+59=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC943B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC943B is #436BC4. Grayscale: #969696. Windows color (decimal): -4418501 or 3904700. OLE color: 3904700.

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

Color convert

RGB 188 148 59 -
CMYK 0 0.21 0.69 0.26
HSL 41.4º 0.52% 0.48% -
HSV(B) 41.4º 0.69% 0.74% -
XYZ 32.12 32.19 8.66 -
YUV 149.81 76.75 155.24 -
System Red Green Blue C M Y K H S L
Decimal 188 148 59 0 0.21 0.69 0.26 41.4 0.52 0.48
Hex BC 94 3B 0 15 45 1A 29 34 30
Octal 274 224 73 0 25 105 32 51 64 60
Binary 10111100 10010100 111011 0 10101 1000101 11010 101001 110100 110000

Color Harmonies of #BC943B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC943B

Black with #BC943B

Text Example


Text Example

White with #BC943B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC943B; }

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

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

background-color css

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

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

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

border-color css

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

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

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