Html Css Color HEX #BD376B Royal Heath

📋 copy color: '#BD376B'

red 189 ◦ green 55 ◦ blue 107

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

Shades of Royal Heath #BD376B

Tints of Royal Heath #BD376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.67%

 BLUE value IS 107 (42.19% from 255) = 30.48%

R = 53.85%
G = 15.67%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD376B (or 0xBD376B) is known color: Royal Heath. HEX triplet: BD, 37 and 6B. RGB value is (189,55,107). Sum of RGB (Red+Green+Blue) = 189+55+107=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD376B is #42C894. Grayscale: #646464. Windows color (decimal): -4376725 or 7026621. OLE color: 7026621.

HSL color Cylindrical-coordinate representation of color #BD376B: hue angle of 336.72º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD376B is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 55 107 -
CMYK 0 0.71 0.43 0.26
HSL 336.72º 0.55% 0.48% -
HSV(B) 336.72º 0.71% 0.74% -
XYZ 25.01 14.61 15.41 -
YUV 100.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 189 55 107 0 0.71 0.43 0.26 336.72 0.55 0.48
Hex BD 37 6B 0 47 2B 1A 151 37 30
Octal 275 67 153 0 107 53 32 521 67 60
Binary 10111101 110111 1101011 0 1000111 101011 11010 101010001 110111 110000

Color Harmonies of #BD376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD376B

Black with #BD376B

Text Example


Text Example

White with #BD376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD376B; }

 p { color: rgb(189,55,107); }

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

background-color css

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

 a { background-color: rgb(189,55,107); }

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

border-color css

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

 span { border-color: rgb(189,55,107); }

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