Html Css Color HEX #BD374B Old Rose

📋 copy color: '#BD374B'

red 189 ◦ green 55 ◦ blue 75

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

Shades of Old Rose #BD374B

Tints of Old Rose #BD374B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 59.25%
G = 17.24%
B = 23.51%

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

#BD374B (or 0xBD374B) is known color: Old Rose. HEX triplet: BD, 37 and 4B. RGB value is (189,55,75). Sum of RGB (Red+Green+Blue) = 189+55+75=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD374B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD374B is #42C8B4. Grayscale: #616161. Windows color (decimal): -4376757 or 4929469. OLE color: 4929469.

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

Color convert

RGB 189 55 75 -
CMYK 0 0.71 0.60 0.26
HSL 351.04º 0.55% 0.48% -
HSV(B) 351.04º 0.71% 0.74% -
XYZ 23.62 14.06 8.13 -
YUV 97.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 189 55 75 0 0.71 0.60 0.26 351.04 0.55 0.48
Hex BD 37 4B 0 47 3C 1A 15F 37 30
Octal 275 67 113 0 107 74 32 537 67 60
Binary 10111101 110111 1001011 0 1000111 111100 11010 101011111 110111 110000

Color Harmonies of #BD374B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD374B

Black with #BD374B

Text Example


Text Example

White with #BD374B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD374B; }

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

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

background-color css

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

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

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

border-color css

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

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

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