Html Css Color HEX #BD375B Old Rose

📋 copy color: '#BD375B'

red 189 ◦ green 55 ◦ blue 91

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

Shades of Old Rose #BD375B

Tints of Old Rose #BD375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 56.42%
G = 16.42%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD375B (or 0xBD375B) is known color: Old Rose. HEX triplet: BD, 37 and 5B. RGB value is (189,55,91). Sum of RGB (Red+Green+Blue) = 189+55+91=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD375B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD375B is #42C8A4. Grayscale: #636363. Windows color (decimal): -4376741 or 5978045. OLE color: 5978045.

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

Color convert

RGB 189 55 91 -
CMYK 0 0.71 0.52 0.26
HSL 343.88º 0.55% 0.48% -
HSV(B) 343.88º 0.71% 0.74% -
XYZ 24.24 14.31 11.38 -
YUV 99.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 189 55 91 0 0.71 0.52 0.26 343.88 0.55 0.48
Hex BD 37 5B 0 47 34 1A 158 37 30
Octal 275 67 133 0 107 64 32 530 67 60
Binary 10111101 110111 1011011 0 1000111 110100 11010 101011000 110111 110000

Color Harmonies of #BD375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD375B

Black with #BD375B

Text Example


Text Example

White with #BD375B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD375B; }

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

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

background-color css

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

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

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

border-color css

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

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

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