Html Css Color HEX #BC7296 Hopbush

📋 copy color: '#BC7296'

red 188 ◦ green 114 ◦ blue 150

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

Shades of Hopbush #BC7296

Tints of Hopbush #BC7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.22%

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 41.59%
G = 25.22%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BC7296 (or 0xBC7296) is known color: Hopbush. HEX triplet: BC, 72 and 96. RGB value is (188,114,150). Sum of RGB (Red+Green+Blue) = 188+114+150=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7296 is #438D69. Grayscale: #8C8C8C. Windows color (decimal): -4427114 or 9859772. OLE color: 9859772.

HSL color Cylindrical-coordinate representation of color #BC7296: hue angle of 330.81º degrees, saturation: 0.36, 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 #BC7296 is Cyan = 0, Magento = 0.39, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 114 150 -
CMYK 0 0.39 0.20 0.26
HSL 330.81º 0.36% 0.59% -
HSV(B) 330.81º 0.39% 0.74% -
XYZ 32.26 24.93 31.97 -
YUV 140.23 133.52 162.07 -
System Red Green Blue C M Y K H S L
Decimal 188 114 150 0 0.39 0.20 0.26 330.81 0.36 0.59
Hex BC 72 96 0 27 14 1A 14B 24 3B
Octal 274 162 226 0 47 24 32 513 44 73
Binary 10111100 1110010 10010110 0 100111 10100 11010 101001011 100100 111011

Color Harmonies of #BC7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7296

Black with #BC7296

Text Example


Text Example

White with #BC7296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7296; }

 p { color: rgb(188,114,150); }

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

background-color css

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

 a { background-color: rgb(188,114,150); }

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

border-color css

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

 span { border-color: rgb(188,114,150); }

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