Html Css Color HEX #BD4269 Royal Heath

📋 copy color: '#BD4269'

red 189 ◦ green 66 ◦ blue 105

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

Shades of Royal Heath #BD4269

Tints of Royal Heath #BD4269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 29.17%

R = 52.5%
G = 18.33%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD4269 (or 0xBD4269) is known color: Royal Heath. HEX triplet: BD, 42 and 69. RGB value is (189,66,105). Sum of RGB (Red+Green+Blue) = 189+66+105=360 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.5% from 360); Green value is 66 (26.17% from 255 or 18.33% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4269 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4269 is #42BD96. Grayscale: #6B6B6B. Windows color (decimal): -4373911 or 6898365. OLE color: 6898365.

HSL color Cylindrical-coordinate representation of color #BD4269: hue angle of 340.98º 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 #BD4269 is Cyan = 0, Magento = 0.65, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 66 105 -
CMYK 0 0.65 0.44 0.26
HSL 340.98º 0.48% 0.5% -
HSV(B) 340.98º 0.65% 0.74% -
XYZ 25.48 15.74 15.06 -
YUV 107.22 126.75 186.33 -
System Red Green Blue C M Y K H S L
Decimal 189 66 105 0 0.65 0.44 0.26 340.98 0.48 0.5
Hex BD 42 69 0 41 2C 1A 155 30 32
Octal 275 102 151 0 101 54 32 525 60 62
Binary 10111101 1000010 1101001 0 1000001 101100 11010 101010101 110000 110010

Color Harmonies of #BD4269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4269

Black with #BD4269

Text Example


Text Example

White with #BD4269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4269; }

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

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

background-color css

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

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

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

border-color css

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

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

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