Html Css Color HEX #BD5075 Royal Heath

📋 copy color: '#BD5075'

red 189 ◦ green 80 ◦ blue 117

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

Shades of Royal Heath #BD5075

Tints of Royal Heath #BD5075

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.73%

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 48.96%
G = 20.73%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD5075 (or 0xBD5075) is known color: Royal Heath. HEX triplet: BD, 50 and 75. RGB value is (189,80,117). Sum of RGB (Red+Green+Blue) = 189+80+117=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD5075 is #42AF8A. Grayscale: #747474. Windows color (decimal): -4370315 or 7688381. OLE color: 7688381.

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

Color convert

RGB 189 80 117 -
CMYK 0 0.58 0.38 0.26
HSL 339.63º 0.45% 0.53% -
HSV(B) 339.63º 0.58% 0.74% -
XYZ 27.07 17.84 18.85 -
YUV 116.81 128.11 179.49 -
System Red Green Blue C M Y K H S L
Decimal 189 80 117 0 0.58 0.38 0.26 339.63 0.45 0.53
Hex BD 50 75 0 3A 26 1A 154 2D 35
Octal 275 120 165 0 72 46 32 524 55 65
Binary 10111101 1010000 1110101 0 111010 100110 11010 101010100 101101 110101

Color Harmonies of #BD5075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5075

Black with #BD5075

Text Example


Text Example

White with #BD5075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5075; }

 p { color: rgb(189,80,117); }

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

background-color css

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

 a { background-color: rgb(189,80,117); }

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

border-color css

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

 span { border-color: rgb(189,80,117); }

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