Html Css Color HEX #BC953A Hokey Pokey

📋 copy color: '#BC953A'

red 188 ◦ green 149 ◦ blue 58

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

Shades of Hokey Pokey #BC953A

Tints of Hokey Pokey #BC953A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 47.59%
G = 37.72%
B = 14.68%

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

#BC953A (or 0xBC953A) is known color: Hokey Pokey. HEX triplet: BC, 95 and 3A. RGB value is (188,149,58). Sum of RGB (Red+Green+Blue) = 188+149+58=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC953A is #436AC5. Grayscale: #969696. Windows color (decimal): -4418246 or 3839420. OLE color: 3839420.

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

Color convert

RGB 188 149 58 -
CMYK 0 0.21 0.69 0.26
HSL 42º 0.53% 0.48% -
HSV(B) 42º 0.69% 0.74% -
XYZ 32.25 32.49 8.57 -
YUV 150.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 188 149 58 0 0.21 0.69 0.26 42 0.53 0.48
Hex BC 95 3A 0 15 45 1A 2A 35 30
Octal 274 225 72 0 25 105 32 52 65 60
Binary 10111100 10010101 111010 0 10101 1000101 11010 101010 110101 110000

Color Harmonies of #BC953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC953A

Black with #BC953A

Text Example


Text Example

White with #BC953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC953A; }

 p { color: rgb(188,149,58); }

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

background-color css

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

 a { background-color: rgb(188,149,58); }

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

border-color css

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

 span { border-color: rgb(188,149,58); }

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