Html Css Color HEX #BC9633 Hokey Pokey

📋 copy color: '#BC9633'

red 188 ◦ green 150 ◦ blue 51

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

Shades of Hokey Pokey #BC9633

Tints of Hokey Pokey #BC9633

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.11%

R = 48.33%
G = 38.56%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9633 (or 0xBC9633) is known color: Hokey Pokey. HEX triplet: BC, 96 and 33. RGB value is (188,150,51). Sum of RGB (Red+Green+Blue) = 188+150+51=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 51 (20.31% from 255 or 13.11% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9633 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9633 is #4369CC. Grayscale: #969696. Windows color (decimal): -4417997 or 3380924. OLE color: 3380924.

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

Color convert

RGB 188 150 51 -
CMYK 0 0.20 0.73 0.26
HSL 43.36º 0.57% 0.47% -
HSV(B) 43.36º 0.73% 0.74% -
XYZ 32.24 32.74 7.75 -
YUV 150.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 188 150 51 0 0.20 0.73 0.26 43.36 0.57 0.47
Hex BC 96 33 0 14 49 1A 2B 39 2F
Octal 274 226 63 0 24 111 32 53 71 57
Binary 10111100 10010110 110011 0 10100 1001001 11010 101011 111001 101111

Color Harmonies of #BC9633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9633

Black with #BC9633

Text Example


Text Example

White with #BC9633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9633; }

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

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

background-color css

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

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

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

border-color css

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

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

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