Html Css Color HEX #BD6C99 Hopbush

📋 copy color: '#BD6C99'

red 189 ◦ green 108 ◦ blue 153

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

Shades of Hopbush #BD6C99

Tints of Hopbush #BD6C99

RGB

 RED value IS 189 (74.22% from 255) = 42%

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 42%
G = 24%
B = 34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD6C99 (or 0xBD6C99) is known color: Hopbush. HEX triplet: BD, 6C and 99. RGB value is (189,108,153). Sum of RGB (Red+Green+Blue) = 189+108+153=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD6C99 is #429366. Grayscale: #898989. Windows color (decimal): -4363111 or 10054845. OLE color: 10054845.

HSL color Cylindrical-coordinate representation of color #BD6C99: hue angle of 326.67º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD6C99 is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 108 153 -
CMYK 0 0.43 0.19 0.26
HSL 326.67º 0.38% 0.58% -
HSV(B) 326.67º 0.43% 0.74% -
XYZ 32.1 23.84 33.05 -
YUV 137.35 136.84 164.84 -
System Red Green Blue C M Y K H S L
Decimal 189 108 153 0 0.43 0.19 0.26 326.67 0.38 0.58
Hex BD 6C 99 0 2B 13 1A 147 26 3A
Octal 275 154 231 0 53 23 32 507 46 72
Binary 10111101 1101100 10011001 0 101011 10011 11010 101000111 100110 111010

Color Harmonies of #BD6C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C99

Black with #BD6C99

Text Example


Text Example

White with #BD6C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C99; }

 p { color: rgb(189,108,153); }

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

background-color css

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

 a { background-color: rgb(189,108,153); }

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

border-color css

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

 span { border-color: rgb(189,108,153); }

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