Html Css Color HEX #BD374D Old Rose

📋 copy color: '#BD374D'

red 189 ◦ green 55 ◦ blue 77

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

Shades of Old Rose #BD374D

Tints of Old Rose #BD374D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 58.88%
G = 17.13%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD374D (or 0xBD374D) is known color: Old Rose. HEX triplet: BD, 37 and 4D. RGB value is (189,55,77). Sum of RGB (Red+Green+Blue) = 189+55+77=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 55 (21.88% from 255 or 17.13% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD374D is #42C8B2. Grayscale: #616161. Windows color (decimal): -4376755 or 5060541. OLE color: 5060541.

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

Color convert

RGB 189 55 77 -
CMYK 0 0.71 0.59 0.26
HSL 350.15º 0.55% 0.48% -
HSV(B) 350.15º 0.71% 0.74% -
XYZ 23.69 14.09 8.49 -
YUV 97.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 189 55 77 0 0.71 0.59 0.26 350.15 0.55 0.48
Hex BD 37 4D 0 47 3B 1A 15E 37 30
Octal 275 67 115 0 107 73 32 536 67 60
Binary 10111101 110111 1001101 0 1000111 111011 11010 101011110 110111 110000

Color Harmonies of #BD374D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD374D

Black with #BD374D

Text Example


Text Example

White with #BD374D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD374D; }

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

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

background-color css

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

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

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

border-color css

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

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

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