Html Css Color HEX #BD437B Royal Heath

📋 copy color: '#BD437B'

red 189 ◦ green 67 ◦ blue 123

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

Shades of Royal Heath #BD437B

Tints of Royal Heath #BD437B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.45%

R = 49.87%
G = 17.68%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD437B (or 0xBD437B) is known color: Royal Heath. HEX triplet: BD, 43 and 7B. RGB value is (189,67,123). Sum of RGB (Red+Green+Blue) = 189+67+123=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 67 (26.56% from 255 or 17.68% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD437B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD437B is #42BC84. Grayscale: #6D6D6D. Windows color (decimal): -4373637 or 8078269. OLE color: 8078269.

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

Color convert

RGB 189 67 123 -
CMYK 0 0.65 0.35 0.26
HSL 332.46º 0.48% 0.5% -
HSV(B) 332.46º 0.65% 0.74% -
XYZ 26.57 16.26 20.48 -
YUV 109.86 135.42 184.45 -
System Red Green Blue C M Y K H S L
Decimal 189 67 123 0 0.65 0.35 0.26 332.46 0.48 0.5
Hex BD 43 7B 0 41 23 1A 14C 30 32
Octal 275 103 173 0 101 43 32 514 60 62
Binary 10111101 1000011 1111011 0 1000001 100011 11010 101001100 110000 110010

Color Harmonies of #BD437B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD437B

Black with #BD437B

Text Example


Text Example

White with #BD437B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD437B; }

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

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

background-color css

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

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

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

border-color css

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

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

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