Html Css Color HEX #BC688D Hopbush

📋 copy color: '#BC688D'

red 188 ◦ green 104 ◦ blue 141

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

Shades of Hopbush #BC688D

Tints of Hopbush #BC688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.02%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 43.42%
G = 24.02%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC688D (or 0xBC688D) is known color: Hopbush. HEX triplet: BC, 68 and 8D. RGB value is (188,104,141). Sum of RGB (Red+Green+Blue) = 188+104+141=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 104 (41.02% from 255 or 24.02% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC688D is #439772. Grayscale: #858585. Windows color (decimal): -4429683 or 9267388. OLE color: 9267388.

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

Color convert

RGB 188 104 141 -
CMYK 0 0.45 0.25 0.26
HSL 333.57º 0.39% 0.57% -
HSV(B) 333.57º 0.45% 0.74% -
XYZ 30.5 22.52 27.94 -
YUV 133.33 132.33 166.99 -
System Red Green Blue C M Y K H S L
Decimal 188 104 141 0 0.45 0.25 0.26 333.57 0.39 0.57
Hex BC 68 8D 0 2D 19 1A 14E 27 39
Octal 274 150 215 0 55 31 32 516 47 71
Binary 10111100 1101000 10001101 0 101101 11001 11010 101001110 100111 111001

Color Harmonies of #BC688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC688D

Black with #BC688D

Text Example


Text Example

White with #BC688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC688D; }

 p { color: rgb(188,104,141); }

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

background-color css

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

 a { background-color: rgb(188,104,141); }

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

border-color css

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

 span { border-color: rgb(188,104,141); }

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