Html Css Color HEX #BD2F47 Old Rose

📋 copy color: '#BD2F47'

red 189 ◦ green 47 ◦ blue 71

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

Shades of Old Rose #BD2F47

Tints of Old Rose #BD2F47

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.31%

 BLUE value IS 71 (28.13% from 255) = 23.13%

R = 61.56%
G = 15.31%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD2F47 (or 0xBD2F47) is known color: Old Rose. HEX triplet: BD, 2F and 47. RGB value is (189,47,71). Sum of RGB (Red+Green+Blue) = 189+47+71=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 71 (28.12% from 255 or 23.13% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F47 is #42D0B8. Grayscale: #5C5C5C. Windows color (decimal): -4378809 or 4665277. OLE color: 4665277.

HSL color Cylindrical-coordinate representation of color #BD2F47: hue angle of 349.86º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F47 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 47 71 -
CMYK 0 0.75 0.62 0.26
HSL 349.86º 0.6% 0.46% -
HSV(B) 349.86º 0.75% 0.74% -
XYZ 23.14 13.31 7.31 -
YUV 92.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 189 47 71 0 0.75 0.62 0.26 349.86 0.6 0.46
Hex BD 2F 47 0 4B 3E 1A 15E 3C 2E
Octal 275 57 107 0 113 76 32 536 74 56
Binary 10111101 101111 1000111 0 1001011 111110 11010 101011110 111100 101110

Color Harmonies of #BD2F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2F47

Black with #BD2F47

Text Example


Text Example

White with #BD2F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2F47; }

 p { color: rgb(189,47,71); }

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

background-color css

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

 a { background-color: rgb(189,47,71); }

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

border-color css

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

 span { border-color: rgb(189,47,71); }

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