Html Css Color HEX #BC9231 Hokey Pokey

📋 copy color: '#BC9231'

red 188 ◦ green 146 ◦ blue 49

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

Shades of Hokey Pokey #BC9231

Tints of Hokey Pokey #BC9231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.79%

R = 49.09%
G = 38.12%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC9231 (or 0xBC9231) is known color: Hokey Pokey. HEX triplet: BC, 92 and 31. RGB value is (188,146,49). Sum of RGB (Red+Green+Blue) = 188+146+49=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 49 (19.53% from 255 or 12.79% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9231 is #436DCE. Grayscale: #939393. Windows color (decimal): -4419023 or 3248828. OLE color: 3248828.

HSL color Cylindrical-coordinate representation of color #BC9231: hue angle of 41.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BC9231 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 146 49 -
CMYK 0 0.22 0.74 0.26
HSL 41.87º 0.59% 0.46% -
HSV(B) 41.87º 0.74% 0.74% -
XYZ 31.57 31.47 7.32 -
YUV 147.5 72.41 156.89 -
System Red Green Blue C M Y K H S L
Decimal 188 146 49 0 0.22 0.74 0.26 41.87 0.59 0.46
Hex BC 92 31 0 16 4A 1A 2A 3B 2E
Octal 274 222 61 0 26 112 32 52 73 56
Binary 10111100 10010010 110001 0 10110 1001010 11010 101010 111011 101110

Color Harmonies of #BC9231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9231

Black with #BC9231

Text Example


Text Example

White with #BC9231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9231; }

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

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

background-color css

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

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

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

border-color css

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

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

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