Html Css Color HEX #BD255C Old Rose

📋 copy color: '#BD255C'

red 189 ◦ green 37 ◦ blue 92

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

Shades of Old Rose #BD255C

Tints of Old Rose #BD255C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 59.43%
G = 11.64%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BD255C (or 0xBD255C) is known color: Old Rose. HEX triplet: BD, 25 and 5C. RGB value is (189,37,92). Sum of RGB (Red+Green+Blue) = 189+37+92=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD255C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD255C is #42DAA3. Grayscale: #585858. Windows color (decimal): -4381348 or 6038973. OLE color: 6038973.

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

Color convert

RGB 189 37 92 -
CMYK 0 0.80 0.51 0.26
HSL 338.29º 0.67% 0.44% -
HSV(B) 338.29º 0.8% 0.74% -
XYZ 23.58 12.91 11.38 -
YUV 88.72 129.86 199.53 -
System Red Green Blue C M Y K H S L
Decimal 189 37 92 0 0.80 0.51 0.26 338.29 0.67 0.44
Hex BD 25 5C 0 50 33 1A 152 43 2C
Octal 275 45 134 0 120 63 32 522 103 54
Binary 10111101 100101 1011100 0 1010000 110011 11010 101010010 1000011 101100

Color Harmonies of #BD255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD255C

Black with #BD255C

Text Example


Text Example

White with #BD255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD255C; }

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

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

background-color css

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

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

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

border-color css

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

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

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