Html Css Color HEX #BC9138 Hokey Pokey

📋 copy color: '#BC9138'

red 188 ◦ green 145 ◦ blue 56

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

Shades of Hokey Pokey #BC9138

Tints of Hokey Pokey #BC9138

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.28%

 BLUE value IS 56 (22.27% from 255) = 14.4%

R = 48.33%
G = 37.28%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC9138 (or 0xBC9138) is known color: Hokey Pokey. HEX triplet: BC, 91 and 38. RGB value is (188,145,56). Sum of RGB (Red+Green+Blue) = 188+145+56=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 145 (57.03% from 255 or 37.28% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC9138 is #436EC7. Grayscale: #949494. Windows color (decimal): -4419272 or 3707324. OLE color: 3707324.

HSL color Cylindrical-coordinate representation of color #BC9138: hue angle of 40.45º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC9138 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 145 56 -
CMYK 0 0.23 0.70 0.26
HSL 40.45º 0.54% 0.48% -
HSV(B) 40.45º 0.7% 0.74% -
XYZ 31.58 31.23 8.1 -
YUV 147.71 76.25 156.74 -
System Red Green Blue C M Y K H S L
Decimal 188 145 56 0 0.23 0.70 0.26 40.45 0.54 0.48
Hex BC 91 38 0 17 46 1A 28 36 30
Octal 274 221 70 0 27 106 32 50 66 60
Binary 10111100 10010001 111000 0 10111 1000110 11010 101000 110110 110000

Color Harmonies of #BC9138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9138

Black with #BC9138

Text Example


Text Example

White with #BC9138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9138; }

 p { color: rgb(188,145,56); }

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

background-color css

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

 a { background-color: rgb(188,145,56); }

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

border-color css

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

 span { border-color: rgb(188,145,56); }

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