Html Css Color HEX #BC8533 Hokey Pokey

📋 copy color: '#BC8533'

red 188 ◦ green 133 ◦ blue 51

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

Shades of Hokey Pokey #BC8533

Tints of Hokey Pokey #BC8533

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.75%

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

R = 50.54%
G = 35.75%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8533 (or 0xBC8533) is known color: Hokey Pokey. HEX triplet: BC, 85 and 33. RGB value is (188,133,51). Sum of RGB (Red+Green+Blue) = 188+133+51=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 133 (52.34% from 255 or 35.75% from 372); Blue value is 51 (20.31% from 255 or 13.71% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8533 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8533 is #437ACC. Grayscale: #8C8C8C. Windows color (decimal): -4422349 or 3376572. OLE color: 3376572.

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

Color convert

RGB 188 133 51 -
CMYK 0 0.29 0.73 0.26
HSL 35.91º 0.57% 0.47% -
HSV(B) 35.91º 0.73% 0.74% -
XYZ 29.72 27.71 6.91 -
YUV 140.1 77.72 162.17 -
System Red Green Blue C M Y K H S L
Decimal 188 133 51 0 0.29 0.73 0.26 35.91 0.57 0.47
Hex BC 85 33 0 1D 49 1A 24 39 2F
Octal 274 205 63 0 35 111 32 44 71 57
Binary 10111100 10000101 110011 0 11101 1001001 11010 100100 111001 101111

Color Harmonies of #BC8533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8533

Black with #BC8533

Text Example


Text Example

White with #BC8533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8533; }

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

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

background-color css

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

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

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

border-color css

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

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

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