Html Css Color HEX #BD3E52 Old Rose

📋 copy color: '#BD3E52'

red 189 ◦ green 62 ◦ blue 82

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

Shades of Old Rose #BD3E52

Tints of Old Rose #BD3E52

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.62%

 BLUE value IS 82 (32.42% from 255) = 24.62%

R = 56.76%
G = 18.62%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD3E52 (or 0xBD3E52) is known color: Old Rose. HEX triplet: BD, 3E and 52. RGB value is (189,62,82). Sum of RGB (Red+Green+Blue) = 189+62+82=333 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.76% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E52 is #42C1AD. Grayscale: #666666. Windows color (decimal): -4374958 or 5390013. OLE color: 5390013.

HSL color Cylindrical-coordinate representation of color #BD3E52: hue angle of 350.55º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3E52 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 62 82 -
CMYK 0 0.67 0.57 0.26
HSL 350.55º 0.51% 0.49% -
HSV(B) 350.55º 0.67% 0.74% -
XYZ 24.23 14.87 9.58 -
YUV 102.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 189 62 82 0 0.67 0.57 0.26 350.55 0.51 0.49
Hex BD 3E 52 0 43 39 1A 15F 33 31
Octal 275 76 122 0 103 71 32 537 63 61
Binary 10111101 111110 1010010 0 1000011 111001 11010 101011111 110011 110001

Color Harmonies of #BD3E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E52

Black with #BD3E52

Text Example


Text Example

White with #BD3E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E52; }

 p { color: rgb(189,62,82); }

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

background-color css

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

 a { background-color: rgb(189,62,82); }

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

border-color css

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

 span { border-color: rgb(189,62,82); }

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