Html Css Color HEX #BD4B73 Royal Heath

📋 copy color: '#BD4B73'

red 189 ◦ green 75 ◦ blue 115

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

Shades of Royal Heath #BD4B73

Tints of Royal Heath #BD4B73

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

 BLUE value IS 115 (45.31% from 255) = 30.34%

R = 49.87%
G = 19.79%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD4B73 (or 0xBD4B73) is known color: Royal Heath. HEX triplet: BD, 4B and 73. RGB value is (189,75,115). Sum of RGB (Red+Green+Blue) = 189+75+115=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4B73 is #42B48C. Grayscale: #717171. Windows color (decimal): -4371597 or 7556029. OLE color: 7556029.

HSL color Cylindrical-coordinate representation of color #BD4B73: hue angle of 338.95º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B73 is Cyan = 0, Magento = 0.60, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 75 115 -
CMYK 0 0.60 0.39 0.26
HSL 338.95º 0.46% 0.52% -
HSV(B) 338.95º 0.6% 0.74% -
XYZ 26.6 17.09 18.12 -
YUV 113.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 189 75 115 0 0.60 0.39 0.26 338.95 0.46 0.52
Hex BD 4B 73 0 3C 27 1A 153 2E 34
Octal 275 113 163 0 74 47 32 523 56 64
Binary 10111101 1001011 1110011 0 111100 100111 11010 101010011 101110 110100

Color Harmonies of #BD4B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4B73

Black with #BD4B73

Text Example


Text Example

White with #BD4B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4B73; }

 p { color: rgb(189,75,115); }

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

background-color css

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

 a { background-color: rgb(189,75,115); }

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

border-color css

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

 span { border-color: rgb(189,75,115); }

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