Html Css Color HEX #BD618B Hopbush

📋 copy color: '#BD618B'

red 189 ◦ green 97 ◦ blue 139

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

Shades of Hopbush #BD618B

Tints of Hopbush #BD618B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.82%

 BLUE value IS 139 (54.69% from 255) = 32.71%

R = 44.47%
G = 22.82%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD618B (or 0xBD618B) is known color: Hopbush. HEX triplet: BD, 61 and 8B. RGB value is (189,97,139). Sum of RGB (Red+Green+Blue) = 189+97+139=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD618B is #429E74. Grayscale: #818181. Windows color (decimal): -4365941 or 9134525. OLE color: 9134525.

HSL color Cylindrical-coordinate representation of color #BD618B: hue angle of 332.61º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD618B is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 97 139 -
CMYK 0 0.49 0.26 0.26
HSL 332.61º 0.41% 0.56% -
HSV(B) 332.61º 0.49% 0.74% -
XYZ 29.92 21.23 26.95 -
YUV 129.3 133.48 170.58 -
System Red Green Blue C M Y K H S L
Decimal 189 97 139 0 0.49 0.26 0.26 332.61 0.41 0.56
Hex BD 61 8B 0 31 1A 1A 14D 29 38
Octal 275 141 213 0 61 32 32 515 51 70
Binary 10111101 1100001 10001011 0 110001 11010 11010 101001101 101001 111000

Color Harmonies of #BD618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD618B

Black with #BD618B

Text Example


Text Example

White with #BD618B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD618B; }

 p { color: rgb(189,97,139); }

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

background-color css

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

 a { background-color: rgb(189,97,139); }

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

border-color css

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

 span { border-color: rgb(189,97,139); }

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