Html Css Color HEX #BC8733 Hokey Pokey

📋 copy color: '#BC8733'

red 188 ◦ green 135 ◦ blue 51

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

Shades of Hokey Pokey #BC8733

Tints of Hokey Pokey #BC8733

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.1%

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

R = 50.27%
G = 36.1%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC8733 (or 0xBC8733) is known color: Hokey Pokey. HEX triplet: BC, 87 and 33. RGB value is (188,135,51). Sum of RGB (Red+Green+Blue) = 188+135+51=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8733 is #4378CC. Grayscale: #8D8D8D. Windows color (decimal): -4421837 or 3377084. OLE color: 3377084.

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

Color convert

RGB 188 135 51 -
CMYK 0 0.28 0.73 0.26
HSL 36.79º 0.57% 0.47% -
HSV(B) 36.79º 0.73% 0.74% -
XYZ 30 28.26 7.01 -
YUV 141.27 77.06 161.33 -
System Red Green Blue C M Y K H S L
Decimal 188 135 51 0 0.28 0.73 0.26 36.79 0.57 0.47
Hex BC 87 33 0 1C 49 1A 25 39 2F
Octal 274 207 63 0 34 111 32 45 71 57
Binary 10111100 10000111 110011 0 11100 1001001 11010 100101 111001 101111

Color Harmonies of #BC8733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8733

Black with #BC8733

Text Example


Text Example

White with #BC8733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8733; }

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

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

background-color css

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

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

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

border-color css

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

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

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