Html Css Color HEX #BC9636 Hokey Pokey

📋 copy color: '#BC9636'

red 188 ◦ green 150 ◦ blue 54

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

Shades of Hokey Pokey #BC9636

Tints of Hokey Pokey #BC9636

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.27%

 BLUE value IS 54 (21.48% from 255) = 13.78%

R = 47.96%
G = 38.27%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.71

 K value IS 0.26

RGB Variations

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

Color information

#BC9636 (or 0xBC9636) is known color: Hokey Pokey. HEX triplet: BC, 96 and 36. RGB value is (188,150,54). Sum of RGB (Red+Green+Blue) = 188+150+54=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 54 (21.48% from 255 or 13.78% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9636 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9636 is #4369C9. Grayscale: #969696. Windows color (decimal): -4417994 or 3577532. OLE color: 3577532.

HSL color Cylindrical-coordinate representation of color #BC9636: hue angle of 42.99º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BC9636 is Cyan = 0, Magento = 0.20, Yellow = 0.71 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 54 -
CMYK 0 0.20 0.71 0.26
HSL 42.99º 0.55% 0.47% -
HSV(B) 42.99º 0.71% 0.74% -
XYZ 32.31 32.77 8.11 -
YUV 150.42 73.59 154.81 -
System Red Green Blue C M Y K H S L
Decimal 188 150 54 0 0.20 0.71 0.26 42.99 0.55 0.47
Hex BC 96 36 0 14 47 1A 2B 37 2F
Octal 274 226 66 0 24 107 32 53 67 57
Binary 10111100 10010110 110110 0 10100 1000111 11010 101011 110111 101111

Color Harmonies of #BC9636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9636

Black with #BC9636

Text Example


Text Example

White with #BC9636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9636; }

 p { color: rgb(188,150,54); }

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

background-color css

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

 a { background-color: rgb(188,150,54); }

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

border-color css

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

 span { border-color: rgb(188,150,54); }

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