Html Css Color HEX #BC8730 Hokey Pokey

📋 copy color: '#BC8730'

red 188 ◦ green 135 ◦ blue 48

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

Shades of Hokey Pokey #BC8730

Tints of Hokey Pokey #BC8730

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36.39%

 BLUE value IS 48 (19.14% from 255) = 12.94%

R = 50.67%
G = 36.39%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC8730 (or 0xBC8730) is known color: Hokey Pokey. HEX triplet: BC, 87 and 30. RGB value is (188,135,48). Sum of RGB (Red+Green+Blue) = 188+135+48=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8730 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8730 is #4378CF. Grayscale: #8D8D8D. Windows color (decimal): -4421840 or 3180476. OLE color: 3180476.

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

Color convert

RGB 188 135 48 -
CMYK 0 0.28 0.74 0.26
HSL 37.29º 0.59% 0.46% -
HSV(B) 37.29º 0.74% 0.74% -
XYZ 29.94 28.23 6.67 -
YUV 140.93 75.56 161.57 -
System Red Green Blue C M Y K H S L
Decimal 188 135 48 0 0.28 0.74 0.26 37.29 0.59 0.46
Hex BC 87 30 0 1C 4A 1A 25 3B 2E
Octal 274 207 60 0 34 112 32 45 73 56
Binary 10111100 10000111 110000 0 11100 1001010 11010 100101 111011 101110

Color Harmonies of #BC8730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8730

Black with #BC8730

Text Example


Text Example

White with #BC8730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8730; }

 p { color: rgb(188,135,48); }

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

background-color css

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

 a { background-color: rgb(188,135,48); }

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

border-color css

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

 span { border-color: rgb(188,135,48); }

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