Html Css Color HEX #BC9033 Hokey Pokey

📋 copy color: '#BC9033'

red 188 ◦ green 144 ◦ blue 51

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

Shades of Hokey Pokey #BC9033

Tints of Hokey Pokey #BC9033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.6%

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

R = 49.09%
G = 37.6%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9033 (or 0xBC9033) is known color: Hokey Pokey. HEX triplet: BC, 90 and 33. RGB value is (188,144,51). Sum of RGB (Red+Green+Blue) = 188+144+51=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9033 is #436FCC. Grayscale: #929292. Windows color (decimal): -4419533 or 3379388. OLE color: 3379388.

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

Color convert

RGB 188 144 51 -
CMYK 0 0.23 0.73 0.26
HSL 40.73º 0.57% 0.47% -
HSV(B) 40.73º 0.73% 0.74% -
XYZ 31.31 30.88 7.44 -
YUV 146.55 74.08 157.56 -
System Red Green Blue C M Y K H S L
Decimal 188 144 51 0 0.23 0.73 0.26 40.73 0.57 0.47
Hex BC 90 33 0 17 49 1A 29 39 2F
Octal 274 220 63 0 27 111 32 51 71 57
Binary 10111100 10010000 110011 0 10111 1001001 11010 101001 111001 101111

Color Harmonies of #BC9033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9033

Black with #BC9033

Text Example


Text Example

White with #BC9033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9033; }

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

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

background-color css

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

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

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

border-color css

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

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

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