Html Css Color HEX #BC9233 Hokey Pokey

📋 copy color: '#BC9233'

red 188 ◦ green 146 ◦ blue 51

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

Shades of Hokey Pokey #BC9233

Tints of Hokey Pokey #BC9233

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.92%

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

R = 48.83%
G = 37.92%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#BC9233 (or 0xBC9233) is known color: Hokey Pokey. HEX triplet: BC, 92 and 33. RGB value is (188,146,51). Sum of RGB (Red+Green+Blue) = 188+146+51=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9233 is #436DCC. Grayscale: #949494. Windows color (decimal): -4419021 or 3379900. OLE color: 3379900.

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

Color convert

RGB 188 146 51 -
CMYK 0 0.22 0.73 0.26
HSL 41.61º 0.57% 0.47% -
HSV(B) 41.61º 0.73% 0.74% -
XYZ 31.62 31.49 7.54 -
YUV 147.73 73.41 156.72 -
System Red Green Blue C M Y K H S L
Decimal 188 146 51 0 0.22 0.73 0.26 41.61 0.57 0.47
Hex BC 92 33 0 16 49 1A 2A 39 2F
Octal 274 222 63 0 26 111 32 52 71 57
Binary 10111100 10010010 110011 0 10110 1001001 11010 101010 111001 101111

Color Harmonies of #BC9233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9233

Black with #BC9233

Text Example


Text Example

White with #BC9233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9233; }

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

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

background-color css

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

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

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

border-color css

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

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

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