Html Css Color HEX #BD255E Old Rose

📋 copy color: '#BD255E'

red 189 ◦ green 37 ◦ blue 94

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

Shades of Old Rose #BD255E

Tints of Old Rose #BD255E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

 BLUE value IS 94 (37.11% from 255) = 29.38%

R = 59.06%
G = 11.56%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BD255E (or 0xBD255E) is known color: Old Rose. HEX triplet: BD, 25 and 5E. RGB value is (189,37,94). Sum of RGB (Red+Green+Blue) = 189+37+94=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD255E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD255E is #42DAA1. Grayscale: #585858. Windows color (decimal): -4381346 or 6170045. OLE color: 6170045.

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

Color convert

RGB 189 37 94 -
CMYK 0 0.80 0.50 0.26
HSL 337.5º 0.67% 0.44% -
HSV(B) 337.5º 0.8% 0.74% -
XYZ 23.67 12.95 11.84 -
YUV 88.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 189 37 94 0 0.80 0.50 0.26 337.5 0.67 0.44
Hex BD 25 5E 0 50 32 1A 152 43 2C
Octal 275 45 136 0 120 62 32 522 103 54
Binary 10111101 100101 1011110 0 1010000 110010 11010 101010010 1000011 101100

Color Harmonies of #BD255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD255E

Black with #BD255E

Text Example


Text Example

White with #BD255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD255E; }

 p { color: rgb(189,37,94); }

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

background-color css

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

 a { background-color: rgb(189,37,94); }

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

border-color css

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

 span { border-color: rgb(189,37,94); }

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