Html Css Color HEX #BD314B Old Rose

📋 copy color: '#BD314B'

red 189 ◦ green 49 ◦ blue 75

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

Shades of Old Rose #BD314B

Tints of Old Rose #BD314B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.65%

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

R = 60.38%
G = 15.65%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD314B (or 0xBD314B) is known color: Old Rose. HEX triplet: BD, 31 and 4B. RGB value is (189,49,75). Sum of RGB (Red+Green+Blue) = 189+49+75=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 75 (29.69% from 255 or 23.96% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD314B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD314B is #42CEB4. Grayscale: #5D5D5D. Windows color (decimal): -4378293 or 4927933. OLE color: 4927933.

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

Color convert

RGB 189 49 75 -
CMYK 0 0.74 0.60 0.26
HSL 348.86º 0.59% 0.47% -
HSV(B) 348.86º 0.74% 0.74% -
XYZ 23.35 13.52 8.04 -
YUV 93.82 117.38 195.89 -
System Red Green Blue C M Y K H S L
Decimal 189 49 75 0 0.74 0.60 0.26 348.86 0.59 0.47
Hex BD 31 4B 0 4A 3C 1A 15D 3B 2F
Octal 275 61 113 0 112 74 32 535 73 57
Binary 10111101 110001 1001011 0 1001010 111100 11010 101011101 111011 101111

Color Harmonies of #BD314B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD314B

Black with #BD314B

Text Example


Text Example

White with #BD314B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD314B; }

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

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

background-color css

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

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

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

border-color css

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

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

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