Html Css Color HEX #BD4375 Royal Heath

📋 copy color: '#BD4375'

red 189 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #BD4375

Tints of Royal Heath #BD4375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.96%

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

R = 50.67%
G = 17.96%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.26

RGB Variations

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

Color information

#BD4375 (or 0xBD4375) is known color: Royal Heath. HEX triplet: BD, 43 and 75. RGB value is (189,67,117). Sum of RGB (Red+Green+Blue) = 189+67+117=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 67 (26.56% from 255 or 17.96% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4375 is #42BC8A. Grayscale: #6D6D6D. Windows color (decimal): -4373643 or 7685053. OLE color: 7685053.

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

Color convert

RGB 189 67 117 -
CMYK 0 0.65 0.38 0.26
HSL 335.41º 0.48% 0.5% -
HSV(B) 335.41º 0.65% 0.74% -
XYZ 26.2 16.12 18.56 -
YUV 109.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 189 67 117 0 0.65 0.38 0.26 335.41 0.48 0.5
Hex BD 43 75 0 41 26 1A 14F 30 32
Octal 275 103 165 0 101 46 32 517 60 62
Binary 10111101 1000011 1110101 0 1000001 100110 11010 101001111 110000 110010

Color Harmonies of #BD4375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4375

Black with #BD4375

Text Example


Text Example

White with #BD4375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4375; }

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

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

background-color css

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

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

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

border-color css

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

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

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