Html Css Color HEX #BC8C38 Hokey Pokey

📋 copy color: '#BC8C38'

red 188 ◦ green 140 ◦ blue 56

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

Shades of Hokey Pokey #BC8C38

Tints of Hokey Pokey #BC8C38

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.46%

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

R = 48.96%
G = 36.46%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BC8C38 (or 0xBC8C38) is known color: Hokey Pokey. HEX triplet: BC, 8C and 38. RGB value is (188,140,56). Sum of RGB (Red+Green+Blue) = 188+140+56=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 56 (22.27% from 255 or 14.58% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8C38 is #4373C7. Grayscale: #919191. Windows color (decimal): -4420552 or 3706044. OLE color: 3706044.

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

Color convert

RGB 188 140 56 -
CMYK 0 0.26 0.70 0.26
HSL 38.18º 0.54% 0.48% -
HSV(B) 38.18º 0.7% 0.74% -
XYZ 30.83 29.73 7.86 -
YUV 144.78 77.9 158.83 -
System Red Green Blue C M Y K H S L
Decimal 188 140 56 0 0.26 0.70 0.26 38.18 0.54 0.48
Hex BC 8C 38 0 1A 46 1A 26 36 30
Octal 274 214 70 0 32 106 32 46 66 60
Binary 10111100 10001100 111000 0 11010 1000110 11010 100110 110110 110000

Color Harmonies of #BC8C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8C38

Black with #BC8C38

Text Example


Text Example

White with #BC8C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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