Html Css Color HEX #BC8831 Hokey Pokey

📋 copy color: '#BC8831'

red 188 ◦ green 136 ◦ blue 49

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

Shades of Hokey Pokey #BC8831

Tints of Hokey Pokey #BC8831

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.46%

 BLUE value IS 49 (19.53% from 255) = 13.14%

R = 50.4%
G = 36.46%
B = 13.14%

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

#BC8831 (or 0xBC8831) is known color: Hokey Pokey. HEX triplet: BC, 88 and 31. RGB value is (188,136,49). Sum of RGB (Red+Green+Blue) = 188+136+49=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 49 (19.53% from 255 or 13.14% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8831 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8831 is #4377CE. Grayscale: #8E8E8E. Windows color (decimal): -4421583 or 3246268. OLE color: 3246268.

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

Color convert

RGB 188 136 49 -
CMYK 0 0.28 0.74 0.26
HSL 37.55º 0.59% 0.46% -
HSV(B) 37.55º 0.74% 0.74% -
XYZ 30.1 28.52 6.82 -
YUV 141.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 188 136 49 0 0.28 0.74 0.26 37.55 0.59 0.46
Hex BC 88 31 0 1C 4A 1A 26 3B 2E
Octal 274 210 61 0 34 112 32 46 73 56
Binary 10111100 10001000 110001 0 11100 1001010 11010 100110 111011 101110

Color Harmonies of #BC8831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8831

Black with #BC8831

Text Example


Text Example

White with #BC8831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8831; }

 p { color: rgb(188,136,49); }

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

background-color css

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

 a { background-color: rgb(188,136,49); }

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

border-color css

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

 span { border-color: rgb(188,136,49); }

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