Html Css Color HEX #BC8D30 Hokey Pokey

📋 copy color: '#BC8D30'

red 188 ◦ green 141 ◦ blue 48

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

Shades of Hokey Pokey #BC8D30

Tints of Hokey Pokey #BC8D30

RGB

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

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

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

R = 49.87%
G = 37.4%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC8D30 (or 0xBC8D30) is known color: Hokey Pokey. HEX triplet: BC, 8D and 30. RGB value is (188,141,48). Sum of RGB (Red+Green+Blue) = 188+141+48=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8D30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8D30 is #4372CF. Grayscale: #909090. Windows color (decimal): -4420304 or 3182012. OLE color: 3182012.

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

Color convert

RGB 188 141 48 -
CMYK 0 0.25 0.74 0.26
HSL 39.86º 0.59% 0.46% -
HSV(B) 39.86º 0.74% 0.74% -
XYZ 30.8 29.95 6.95 -
YUV 144.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 188 141 48 0 0.25 0.74 0.26 39.86 0.59 0.46
Hex BC 8D 30 0 19 4A 1A 28 3B 2E
Octal 274 215 60 0 31 112 32 50 73 56
Binary 10111100 10001101 110000 0 11001 1001010 11010 101000 111011 101110

Color Harmonies of #BC8D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8D30

Black with #BC8D30

Text Example


Text Example

White with #BC8D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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