Html Css Color HEX #BD4077 Royal Heath

📋 copy color: '#BD4077'

red 189 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #BD4077

Tints of Royal Heath #BD4077

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.2%

 BLUE value IS 119 (46.88% from 255) = 31.99%

R = 50.81%
G = 17.2%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD4077 (or 0xBD4077) is known color: Royal Heath. HEX triplet: BD, 40 and 77. RGB value is (189,64,119). Sum of RGB (Red+Green+Blue) = 189+64+119=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4077 is #42BF88. Grayscale: #6B6B6B. Windows color (decimal): -4374409 or 7815357. OLE color: 7815357.

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

Color convert

RGB 189 64 119 -
CMYK 0 0.66 0.37 0.26
HSL 333.6º 0.49% 0.5% -
HSV(B) 333.6º 0.66% 0.74% -
XYZ 26.15 15.82 19.13 -
YUV 107.65 134.41 186.03 -
System Red Green Blue C M Y K H S L
Decimal 189 64 119 0 0.66 0.37 0.26 333.6 0.49 0.5
Hex BD 40 77 0 42 25 1A 14E 31 32
Octal 275 100 167 0 102 45 32 516 61 62
Binary 10111101 1000000 1110111 0 1000010 100101 11010 101001110 110001 110010

Color Harmonies of #BD4077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4077

Black with #BD4077

Text Example


Text Example

White with #BD4077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4077; }

 p { color: rgb(189,64,119); }

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

background-color css

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

 a { background-color: rgb(189,64,119); }

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

border-color css

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

 span { border-color: rgb(189,64,119); }

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