Html Css Color HEX #BC7090 Hopbush

📋 copy color: '#BC7090'

red 188 ◦ green 112 ◦ blue 144

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

Shades of Hopbush #BC7090

Tints of Hopbush #BC7090

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.23%

 BLUE value IS 144 (56.64% from 255) = 32.43%

R = 42.34%
G = 25.23%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BC7090 (or 0xBC7090) is known color: Hopbush. HEX triplet: BC, 70 and 90. RGB value is (188,112,144). Sum of RGB (Red+Green+Blue) = 188+112+144=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7090 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC7090 is #438F6F. Grayscale: #8A8A8A. Windows color (decimal): -4427632 or 9466044. OLE color: 9466044.

HSL color Cylindrical-coordinate representation of color #BC7090: hue angle of 334.74º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7090 is Cyan = 0, Magento = 0.40, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 112 144 -
CMYK 0 0.40 0.23 0.26
HSL 334.74º 0.36% 0.59% -
HSV(B) 334.74º 0.4% 0.74% -
XYZ 31.57 24.29 29.41 -
YUV 138.37 131.18 163.4 -
System Red Green Blue C M Y K H S L
Decimal 188 112 144 0 0.40 0.23 0.26 334.74 0.36 0.59
Hex BC 70 90 0 28 17 1A 14F 24 3B
Octal 274 160 220 0 50 27 32 517 44 73
Binary 10111100 1110000 10010000 0 101000 10111 11010 101001111 100100 111011

Color Harmonies of #BC7090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7090

Black with #BC7090

Text Example


Text Example

White with #BC7090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7090; }

 p { color: rgb(188,112,144); }

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

background-color css

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

 a { background-color: rgb(188,112,144); }

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

border-color css

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

 span { border-color: rgb(188,112,144); }

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