Html Css Color HEX #BD7697 Hopbush

📋 copy color: '#BD7697'

red 189 ◦ green 118 ◦ blue 151

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

Shades of Hopbush #BD7697

Tints of Hopbush #BD7697

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 151 (59.38% from 255) = 32.97%

R = 41.27%
G = 25.76%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD7697 (or 0xBD7697) is known color: Hopbush. HEX triplet: BD, 76 and 97. RGB value is (189,118,151). Sum of RGB (Red+Green+Blue) = 189+118+151=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7697 is #428968. Grayscale: #8E8E8E. Windows color (decimal): -4360553 or 9926333. OLE color: 9926333.

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

Color convert

RGB 189 118 151 -
CMYK 0 0.38 0.20 0.26
HSL 332.11º 0.35% 0.6% -
HSV(B) 332.11º 0.38% 0.74% -
XYZ 33.05 26.01 32.56 -
YUV 142.99 132.52 160.82 -
System Red Green Blue C M Y K H S L
Decimal 189 118 151 0 0.38 0.20 0.26 332.11 0.35 0.6
Hex BD 76 97 0 26 14 1A 14C 23 3C
Octal 275 166 227 0 46 24 32 514 43 74
Binary 10111101 1110110 10010111 0 100110 10100 11010 101001100 100011 111100

Color Harmonies of #BD7697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7697

Black with #BD7697

Text Example


Text Example

White with #BD7697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7697; }

 p { color: rgb(189,118,151); }

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

background-color css

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

 a { background-color: rgb(189,118,151); }

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

border-color css

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

 span { border-color: rgb(189,118,151); }

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