Html Css Color HEX #BD4172 Royal Heath

📋 copy color: '#BD4172'

red 189 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #BD4172

Tints of Royal Heath #BD4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.66%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 51.36%
G = 17.66%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD4172 (or 0xBD4172) is known color: Royal Heath. HEX triplet: BD, 41 and 72. RGB value is (189,65,114). Sum of RGB (Red+Green+Blue) = 189+65+114=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4172 is #42BE8D. Grayscale: #6B6B6B. Windows color (decimal): -4374158 or 7487933. OLE color: 7487933.

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

Color convert

RGB 189 65 114 -
CMYK 0 0.66 0.40 0.26
HSL 336.29º 0.49% 0.5% -
HSV(B) 336.29º 0.66% 0.74% -
XYZ 25.91 15.81 17.61 -
YUV 107.66 131.58 186.02 -
System Red Green Blue C M Y K H S L
Decimal 189 65 114 0 0.66 0.40 0.26 336.29 0.49 0.5
Hex BD 41 72 0 42 28 1A 150 31 32
Octal 275 101 162 0 102 50 32 520 61 62
Binary 10111101 1000001 1110010 0 1000010 101000 11010 101010000 110001 110010

Color Harmonies of #BD4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4172

Black with #BD4172

Text Example


Text Example

White with #BD4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4172; }

 p { color: rgb(189,65,114); }

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

background-color css

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

 a { background-color: rgb(189,65,114); }

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

border-color css

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

 span { border-color: rgb(189,65,114); }

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