Html Css Color HEX #BD4069 Royal Heath

📋 copy color: '#BD4069'

red 189 ◦ green 64 ◦ blue 105

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

Shades of Royal Heath #BD4069

Tints of Royal Heath #BD4069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.88%

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

R = 52.79%
G = 17.88%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD4069 (or 0xBD4069) is known color: Royal Heath. HEX triplet: BD, 40 and 69. RGB value is (189,64,105). Sum of RGB (Red+Green+Blue) = 189+64+105=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 64 (25.39% from 255 or 17.88% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4069 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4069 is #42BF96. Grayscale: #6A6A6A. Windows color (decimal): -4374423 or 6897853. OLE color: 6897853.

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

Color convert

RGB 189 64 105 -
CMYK 0 0.66 0.44 0.26
HSL 340.32º 0.49% 0.5% -
HSV(B) 340.32º 0.66% 0.74% -
XYZ 25.37 15.51 15.02 -
YUV 106.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 189 64 105 0 0.66 0.44 0.26 340.32 0.49 0.5
Hex BD 40 69 0 42 2C 1A 154 31 32
Octal 275 100 151 0 102 54 32 524 61 62
Binary 10111101 1000000 1101001 0 1000010 101100 11010 101010100 110001 110010

Color Harmonies of #BD4069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4069

Black with #BD4069

Text Example


Text Example

White with #BD4069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4069; }

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

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

background-color css

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

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

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

border-color css

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

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

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