Html Css Color HEX #BD264D Old Rose

📋 copy color: '#BD264D'

red 189 ◦ green 38 ◦ blue 77

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

Shades of Old Rose #BD264D

Tints of Old Rose #BD264D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.5%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 62.17%
G = 12.5%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BD264D (or 0xBD264D) is known color: Old Rose. HEX triplet: BD, 26 and 4D. RGB value is (189,38,77). Sum of RGB (Red+Green+Blue) = 189+38+77=304 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.17% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD264D is #42D9B2. Grayscale: #575757. Windows color (decimal): -4381107 or 5056189. OLE color: 5056189.

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

Color convert

RGB 189 38 77 -
CMYK 0 0.80 0.59 0.26
HSL 344.5º 0.67% 0.45% -
HSV(B) 344.5º 0.8% 0.74% -
XYZ 23.02 12.74 8.27 -
YUV 87.6 122.03 200.33 -
System Red Green Blue C M Y K H S L
Decimal 189 38 77 0 0.80 0.59 0.26 344.5 0.67 0.45
Hex BD 26 4D 0 50 3B 1A 159 43 2D
Octal 275 46 115 0 120 73 32 531 103 55
Binary 10111101 100110 1001101 0 1010000 111011 11010 101011001 1000011 101101

Color Harmonies of #BD264D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD264D

Black with #BD264D

Text Example


Text Example

White with #BD264D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD264D; }

 p { color: rgb(189,38,77); }

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

background-color css

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

 a { background-color: rgb(189,38,77); }

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

border-color css

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

 span { border-color: rgb(189,38,77); }

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