Html Css Color HEX #BD426F Royal Heath

📋 copy color: '#BD426F'

red 189 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #BD426F

Tints of Royal Heath #BD426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.03%

 BLUE value IS 111 (43.75% from 255) = 30.33%

R = 51.64%
G = 18.03%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD426F (or 0xBD426F) is known color: Royal Heath. HEX triplet: BD, 42 and 6F. RGB value is (189,66,111). Sum of RGB (Red+Green+Blue) = 189+66+111=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD426F is #42BD90. Grayscale: #6B6B6B. Windows color (decimal): -4373905 or 7291581. OLE color: 7291581.

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

Color convert

RGB 189 66 111 -
CMYK 0 0.65 0.41 0.26
HSL 338.05º 0.48% 0.5% -
HSV(B) 338.05º 0.65% 0.74% -
XYZ 25.8 15.86 16.74 -
YUV 107.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 189 66 111 0 0.65 0.41 0.26 338.05 0.48 0.5
Hex BD 42 6F 0 41 29 1A 152 30 32
Octal 275 102 157 0 101 51 32 522 60 62
Binary 10111101 1000010 1101111 0 1000001 101001 11010 101010010 110000 110010

Color Harmonies of #BD426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD426F

Black with #BD426F

Text Example


Text Example

White with #BD426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD426F; }

 p { color: rgb(189,66,111); }

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

background-color css

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

 a { background-color: rgb(189,66,111); }

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

border-color css

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

 span { border-color: rgb(189,66,111); }

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