Html Css Color HEX #BD394B Old Rose

📋 copy color: '#BD394B'

red 189 ◦ green 57 ◦ blue 75

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

Shades of Old Rose #BD394B

Tints of Old Rose #BD394B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

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

R = 58.88%
G = 17.76%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD394B (or 0xBD394B) is known color: Old Rose. HEX triplet: BD, 39 and 4B. RGB value is (189,57,75). Sum of RGB (Red+Green+Blue) = 189+57+75=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD394B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD394B is #42C6B4. Grayscale: #626262. Windows color (decimal): -4376245 or 4929981. OLE color: 4929981.

HSL color Cylindrical-coordinate representation of color #BD394B: hue angle of 351.82º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD394B is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 57 75 -
CMYK 0 0.70 0.60 0.26
HSL 351.82º 0.54% 0.48% -
HSV(B) 351.82º 0.7% 0.74% -
XYZ 23.72 14.25 8.16 -
YUV 98.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 189 57 75 0 0.70 0.60 0.26 351.82 0.54 0.48
Hex BD 39 4B 0 46 3C 1A 160 36 30
Octal 275 71 113 0 106 74 32 540 66 60
Binary 10111101 111001 1001011 0 1000110 111100 11010 101100000 110110 110000

Color Harmonies of #BD394B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD394B

Black with #BD394B

Text Example


Text Example

White with #BD394B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD394B; }

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

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

background-color css

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

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

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

border-color css

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

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

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