Html Css Color HEX #BD4075 Royal Heath

📋 copy color: '#BD4075'

red 189 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #BD4075

Tints of Royal Heath #BD4075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 51.08%
G = 17.3%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD4075 (or 0xBD4075) is known color: Royal Heath. HEX triplet: BD, 40 and 75. RGB value is (189,64,117). Sum of RGB (Red+Green+Blue) = 189+64+117=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4075 is #42BF8A. Grayscale: #6B6B6B. Windows color (decimal): -4374411 or 7684285. OLE color: 7684285.

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

Color convert

RGB 189 64 117 -
CMYK 0 0.66 0.38 0.26
HSL 334.56º 0.49% 0.5% -
HSV(B) 334.56º 0.66% 0.74% -
XYZ 26.03 15.77 18.5 -
YUV 107.42 133.41 186.19 -
System Red Green Blue C M Y K H S L
Decimal 189 64 117 0 0.66 0.38 0.26 334.56 0.49 0.5
Hex BD 40 75 0 42 26 1A 14F 31 32
Octal 275 100 165 0 102 46 32 517 61 62
Binary 10111101 1000000 1110101 0 1000010 100110 11010 101001111 110001 110010

Color Harmonies of #BD4075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4075

Black with #BD4075

Text Example


Text Example

White with #BD4075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4075; }

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

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

background-color css

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

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

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

border-color css

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

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

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