Html Css Color HEX #BD456B Royal Heath

📋 copy color: '#BD456B'

red 189 ◦ green 69 ◦ blue 107

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

Shades of Royal Heath #BD456B

Tints of Royal Heath #BD456B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.9%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 51.78%
G = 18.9%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD456B (or 0xBD456B) is known color: Royal Heath. HEX triplet: BD, 45 and 6B. RGB value is (189,69,107). Sum of RGB (Red+Green+Blue) = 189+69+107=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 69 (27.34% from 255 or 18.90% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD456B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD456B is #42BA94. Grayscale: #6D6D6D. Windows color (decimal): -4373141 or 7030205. OLE color: 7030205.

HSL color Cylindrical-coordinate representation of color #BD456B: hue angle of 341º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BD456B is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 107 -
CMYK 0 0.63 0.43 0.26
HSL 341º 0.48% 0.51% -
HSV(B) 341º 0.63% 0.74% -
XYZ 25.77 16.14 15.67 -
YUV 109.21 126.76 184.91 -
System Red Green Blue C M Y K H S L
Decimal 189 69 107 0 0.63 0.43 0.26 341 0.48 0.51
Hex BD 45 6B 0 3F 2B 1A 155 30 33
Octal 275 105 153 0 77 53 32 525 60 63
Binary 10111101 1000101 1101011 0 111111 101011 11010 101010101 110000 110011

Color Harmonies of #BD456B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD456B

Black with #BD456B

Text Example


Text Example

White with #BD456B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD456B; }

 p { color: rgb(189,69,107); }

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

background-color css

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

 a { background-color: rgb(189,69,107); }

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

border-color css

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

 span { border-color: rgb(189,69,107); }

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