Html Css Color HEX #BD4675 Royal Heath

📋 copy color: '#BD4675'

red 189 ◦ green 70 ◦ blue 117

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

Shades of Royal Heath #BD4675

Tints of Royal Heath #BD4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 50.27%
G = 18.62%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD4675 (or 0xBD4675) is known color: Royal Heath. HEX triplet: BD, 46 and 75. RGB value is (189,70,117). Sum of RGB (Red+Green+Blue) = 189+70+117=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4675 is #42B98A. Grayscale: #6E6E6E. Windows color (decimal): -4372875 or 7685821. OLE color: 7685821.

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

Color convert

RGB 189 70 117 -
CMYK 0 0.63 0.38 0.26
HSL 336.3º 0.47% 0.51% -
HSV(B) 336.3º 0.63% 0.74% -
XYZ 26.39 16.48 18.62 -
YUV 110.94 131.42 183.68 -
System Red Green Blue C M Y K H S L
Decimal 189 70 117 0 0.63 0.38 0.26 336.3 0.47 0.51
Hex BD 46 75 0 3F 26 1A 150 2F 33
Octal 275 106 165 0 77 46 32 520 57 63
Binary 10111101 1000110 1110101 0 111111 100110 11010 101010000 101111 110011

Color Harmonies of #BD4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4675

Black with #BD4675

Text Example


Text Example

White with #BD4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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