Html Css Color HEX #BD374C Old Rose

📋 copy color: '#BD374C'

red 189 ◦ green 55 ◦ blue 76

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

Shades of Old Rose #BD374C

Tints of Old Rose #BD374C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 59.06%
G = 17.19%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD374C (or 0xBD374C) is known color: Old Rose. HEX triplet: BD, 37 and 4C. RGB value is (189,55,76). Sum of RGB (Red+Green+Blue) = 189+55+76=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD374C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD374C is #42C8B3. Grayscale: #616161. Windows color (decimal): -4376756 or 4995005. OLE color: 4995005.

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

Color convert

RGB 189 55 76 -
CMYK 0 0.71 0.60 0.26
HSL 350.6º 0.55% 0.48% -
HSV(B) 350.6º 0.71% 0.74% -
XYZ 23.66 14.07 8.31 -
YUV 97.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 189 55 76 0 0.71 0.60 0.26 350.6 0.55 0.48
Hex BD 37 4C 0 47 3C 1A 15F 37 30
Octal 275 67 114 0 107 74 32 537 67 60
Binary 10111101 110111 1001100 0 1000111 111100 11010 101011111 110111 110000

Color Harmonies of #BD374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD374C

Black with #BD374C

Text Example


Text Example

White with #BD374C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD374C; }

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

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

background-color css

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

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

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

border-color css

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

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

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