Html Css Color HEX #BD2B4B Old Rose

📋 copy color: '#BD2B4B'

red 189 ◦ green 43 ◦ blue 75

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

Shades of Old Rose #BD2B4B

Tints of Old Rose #BD2B4B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.01%

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

R = 61.56%
G = 14.01%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BD2B4B (or 0xBD2B4B) is known color: Old Rose. HEX triplet: BD, 2B and 4B. RGB value is (189,43,75). Sum of RGB (Red+Green+Blue) = 189+43+75=307 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.56% from 307); Green value is 43 (17.19% from 255 or 14.01% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2B4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2B4B is #42D4B4. Grayscale: #5A5A5A. Windows color (decimal): -4379829 or 4926397. OLE color: 4926397.

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

Color convert

RGB 189 43 75 -
CMYK 0 0.77 0.60 0.26
HSL 346.85º 0.63% 0.45% -
HSV(B) 346.85º 0.77% 0.74% -
XYZ 23.12 13.05 7.96 -
YUV 90.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 189 43 75 0 0.77 0.60 0.26 346.85 0.63 0.45
Hex BD 2B 4B 0 4D 3C 1A 15B 3F 2D
Octal 275 53 113 0 115 74 32 533 77 55
Binary 10111101 101011 1001011 0 1001101 111100 11010 101011011 111111 101101

Color Harmonies of #BD2B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2B4B

Black with #BD2B4B

Text Example


Text Example

White with #BD2B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2B4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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