Html Css Color HEX #BD4074 Royal Heath

📋 copy color: '#BD4074'

red 189 ◦ green 64 ◦ blue 116

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

Shades of Royal Heath #BD4074

Tints of Royal Heath #BD4074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.44%

R = 51.22%
G = 17.34%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#BD4074 (or 0xBD4074) is known color: Royal Heath. HEX triplet: BD, 40 and 74. RGB value is (189,64,116). Sum of RGB (Red+Green+Blue) = 189+64+116=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4074 is #42BF8B. Grayscale: #6B6B6B. Windows color (decimal): -4374412 or 7618749. OLE color: 7618749.

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

Color convert

RGB 189 64 116 -
CMYK 0 0.66 0.39 0.26
HSL 335.04º 0.49% 0.5% -
HSV(B) 335.04º 0.66% 0.74% -
XYZ 25.97 15.75 18.19 -
YUV 107.3 132.91 186.27 -
System Red Green Blue C M Y K H S L
Decimal 189 64 116 0 0.66 0.39 0.26 335.04 0.49 0.5
Hex BD 40 74 0 42 27 1A 14F 31 32
Octal 275 100 164 0 102 47 32 517 61 62
Binary 10111101 1000000 1110100 0 1000010 100111 11010 101001111 110001 110010

Color Harmonies of #BD4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4074

Black with #BD4074

Text Example


Text Example

White with #BD4074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4074; }

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

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

background-color css

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

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

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

border-color css

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

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

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