Html Css Color HEX #BC8D38 Hokey Pokey

📋 copy color: '#BC8D38'

red 188 ◦ green 141 ◦ blue 56

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

Shades of Hokey Pokey #BC8D38

Tints of Hokey Pokey #BC8D38

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.62%

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

R = 48.83%
G = 36.62%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8D38 (or 0xBC8D38) is known color: Hokey Pokey. HEX triplet: BC, 8D and 38. RGB value is (188,141,56). Sum of RGB (Red+Green+Blue) = 188+141+56=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 56 (22.27% from 255 or 14.55% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D38 is #4372C7. Grayscale: #919191. Windows color (decimal): -4420296 or 3706300. OLE color: 3706300.

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

Color convert

RGB 188 141 56 -
CMYK 0 0.25 0.70 0.26
HSL 38.64º 0.54% 0.48% -
HSV(B) 38.64º 0.7% 0.74% -
XYZ 30.98 30.03 7.9 -
YUV 145.36 77.57 158.41 -
System Red Green Blue C M Y K H S L
Decimal 188 141 56 0 0.25 0.70 0.26 38.64 0.54 0.48
Hex BC 8D 38 0 19 46 1A 27 36 30
Octal 274 215 70 0 31 106 32 47 66 60
Binary 10111100 10001101 111000 0 11001 1000110 11010 100111 110110 110000

Color Harmonies of #BC8D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D38

Black with #BC8D38

Text Example


Text Example

White with #BC8D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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