Html Css Color HEX #BC739A Hopbush

📋 copy color: '#BC739A'

red 188 ◦ green 115 ◦ blue 154

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

Shades of Hopbush #BC739A

Tints of Hopbush #BC739A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.16%

 BLUE value IS 154 (60.55% from 255) = 33.7%

R = 41.14%
G = 25.16%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC739A (or 0xBC739A) is known color: Hopbush. HEX triplet: BC, 73 and 9A. RGB value is (188,115,154). Sum of RGB (Red+Green+Blue) = 188+115+154=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 154 (60.55% from 255 or 33.70% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BC739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC739A is #438C65. Grayscale: #8D8D8D. Windows color (decimal): -4426854 or 10122172. OLE color: 10122172.

HSL color Cylindrical-coordinate representation of color #BC739A: hue angle of 327.95º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BC739A is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 115 154 -
CMYK 0 0.39 0.18 0.26
HSL 327.95º 0.35% 0.59% -
HSV(B) 327.95º 0.39% 0.74% -
XYZ 32.7 25.29 33.73 -
YUV 141.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 188 115 154 0 0.39 0.18 0.26 327.95 0.35 0.59
Hex BC 73 9A 0 27 12 1A 148 23 3B
Octal 274 163 232 0 47 22 32 510 43 73
Binary 10111100 1110011 10011010 0 100111 10010 11010 101001000 100011 111011

Color Harmonies of #BC739A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC739A

Black with #BC739A

Text Example


Text Example

White with #BC739A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC739A; }

 p { color: rgb(188,115,154); }

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

background-color css

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

 a { background-color: rgb(188,115,154); }

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

border-color css

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

 span { border-color: rgb(188,115,154); }

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