Html Css Color HEX #BD255B Old Rose

📋 copy color: '#BD255B'

red 189 ◦ green 37 ◦ blue 91

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

Shades of Old Rose #BD255B

Tints of Old Rose #BD255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.71%

R = 59.62%
G = 11.67%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD255B (or 0xBD255B) is known color: Old Rose. HEX triplet: BD, 25 and 5B. RGB value is (189,37,91). Sum of RGB (Red+Green+Blue) = 189+37+91=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD255B is #42DAA4. Grayscale: #585858. Windows color (decimal): -4381349 or 5973437. OLE color: 5973437.

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

Color convert

RGB 189 37 91 -
CMYK 0 0.80 0.52 0.26
HSL 338.68º 0.67% 0.44% -
HSV(B) 338.68º 0.8% 0.74% -
XYZ 23.54 12.9 11.15 -
YUV 88.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 189 37 91 0 0.80 0.52 0.26 338.68 0.67 0.44
Hex BD 25 5B 0 50 34 1A 153 43 2C
Octal 275 45 133 0 120 64 32 523 103 54
Binary 10111101 100101 1011011 0 1010000 110100 11010 101010011 1000011 101100

Color Harmonies of #BD255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD255B

Black with #BD255B

Text Example


Text Example

White with #BD255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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