Html Css Color HEX #BD4A70 Royal Heath

📋 copy color: '#BD4A70'

red 189 ◦ green 74 ◦ blue 112

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

Shades of Royal Heath #BD4A70

Tints of Royal Heath #BD4A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.73%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 50.4%
G = 19.73%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD4A70 (or 0xBD4A70) is known color: Royal Heath. HEX triplet: BD, 4A and 70. RGB value is (189,74,112). Sum of RGB (Red+Green+Blue) = 189+74+112=375 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.4% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4A70 is #42B58F. Grayscale: #707070. Windows color (decimal): -4371856 or 7359165. OLE color: 7359165.

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

Color convert

RGB 189 74 112 -
CMYK 0 0.61 0.41 0.26
HSL 340.17º 0.47% 0.52% -
HSV(B) 340.17º 0.61% 0.74% -
XYZ 26.36 16.89 17.2 -
YUV 112.72 127.6 182.41 -
System Red Green Blue C M Y K H S L
Decimal 189 74 112 0 0.61 0.41 0.26 340.17 0.47 0.52
Hex BD 4A 70 0 3D 29 1A 154 2F 34
Octal 275 112 160 0 75 51 32 524 57 64
Binary 10111101 1001010 1110000 0 111101 101001 11010 101010100 101111 110100

Color Harmonies of #BD4A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A70

Black with #BD4A70

Text Example


Text Example

White with #BD4A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A70; }

 p { color: rgb(189,74,112); }

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

background-color css

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

 a { background-color: rgb(189,74,112); }

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

border-color css

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

 span { border-color: rgb(189,74,112); }

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