Html Css Color HEX #BC8631 Hokey Pokey

📋 copy color: '#BC8631'

red 188 ◦ green 134 ◦ blue 49

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

Shades of Hokey Pokey #BC8631

Tints of Hokey Pokey #BC8631

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.12%

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

R = 50.67%
G = 36.12%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#BC8631 (or 0xBC8631) is known color: Hokey Pokey. HEX triplet: BC, 86 and 31. RGB value is (188,134,49). Sum of RGB (Red+Green+Blue) = 188+134+49=371 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.67% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8631 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8631 is #4379CE. Grayscale: #8C8C8C. Windows color (decimal): -4422095 or 3245756. OLE color: 3245756.

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

Color convert

RGB 188 134 49 -
CMYK 0 0.29 0.74 0.26
HSL 36.69º 0.59% 0.46% -
HSV(B) 36.69º 0.74% 0.74% -
XYZ 29.82 27.96 6.73 -
YUV 140.46 76.39 161.91 -
System Red Green Blue C M Y K H S L
Decimal 188 134 49 0 0.29 0.74 0.26 36.69 0.59 0.46
Hex BC 86 31 0 1D 4A 1A 25 3B 2E
Octal 274 206 61 0 35 112 32 45 73 56
Binary 10111100 10000110 110001 0 11101 1001010 11010 100101 111011 101110

Color Harmonies of #BC8631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8631

Black with #BC8631

Text Example


Text Example

White with #BC8631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8631; }

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

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

background-color css

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

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

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

border-color css

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

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

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