Html Css Color HEX #BD264A Old Rose

📋 copy color: '#BD264A'

red 189 ◦ green 38 ◦ blue 74

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

Shades of Old Rose #BD264A

Tints of Old Rose #BD264A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 62.79%
G = 12.62%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD264A (or 0xBD264A) is known color: Old Rose. HEX triplet: BD, 26 and 4A. RGB value is (189,38,74). Sum of RGB (Red+Green+Blue) = 189+38+74=301 (39% of max value = 765). Red value is 189 (74.22% from 255 or 62.79% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 189 - color contains mainly: red. Hex color #BD264A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD264A is #42D9B5. Grayscale: #575757. Windows color (decimal): -4381110 or 4859581. OLE color: 4859581.

HSL color Cylindrical-coordinate representation of color #BD264A: hue angle of 345.7º 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 #BD264A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 38 74 -
CMYK 0 0.80 0.61 0.26
HSL 345.7º 0.67% 0.45% -
HSV(B) 345.7º 0.8% 0.74% -
XYZ 22.92 12.7 7.72 -
YUV 87.25 120.53 200.57 -
System Red Green Blue C M Y K H S L
Decimal 189 38 74 0 0.80 0.61 0.26 345.7 0.67 0.45
Hex BD 26 4A 0 50 3D 1A 15A 43 2D
Octal 275 46 112 0 120 75 32 532 103 55
Binary 10111101 100110 1001010 0 1010000 111101 11010 101011010 1000011 101101

Color Harmonies of #BD264A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD264A

Black with #BD264A

Text Example


Text Example

White with #BD264A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD264A; }

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

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

background-color css

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

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

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

border-color css

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

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

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