Html Css Color HEX #BD375E Old Rose

📋 copy color: '#BD375E'

red 189 ◦ green 55 ◦ blue 94

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

Shades of Old Rose #BD375E

Tints of Old Rose #BD375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.81%

R = 55.92%
G = 16.27%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD375E (or 0xBD375E) is known color: Old Rose. HEX triplet: BD, 37 and 5E. RGB value is (189,55,94). Sum of RGB (Red+Green+Blue) = 189+55+94=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 94 (37.11% from 255 or 27.81% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD375E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD375E is #42C8A1. Grayscale: #636363. Windows color (decimal): -4376738 or 6174653. OLE color: 6174653.

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

Color convert

RGB 189 55 94 -
CMYK 0 0.71 0.50 0.26
HSL 342.54º 0.55% 0.48% -
HSV(B) 342.54º 0.71% 0.74% -
XYZ 24.37 14.36 12.08 -
YUV 99.51 124.89 191.83 -
System Red Green Blue C M Y K H S L
Decimal 189 55 94 0 0.71 0.50 0.26 342.54 0.55 0.48
Hex BD 37 5E 0 47 32 1A 157 37 30
Octal 275 67 136 0 107 62 32 527 67 60
Binary 10111101 110111 1011110 0 1000111 110010 11010 101010111 110111 110000

Color Harmonies of #BD375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD375E

Black with #BD375E

Text Example


Text Example

White with #BD375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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