Html Css Color HEX #B5265C Old Rose

📋 copy color: '#B5265C'

red 181 ◦ green 38 ◦ blue 92

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

Shades of Old Rose #B5265C

Tints of Old Rose #B5265C

RGB

 RED value IS 181 (71.09% from 255) = 58.2%

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

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

R = 58.2%
G = 12.22%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5265C (or 0xB5265C) is known color: Old Rose. HEX triplet: B5, 26 and 5C. RGB value is (181,38,92). Sum of RGB (Red+Green+Blue) = 181+38+92=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 38 (15.23% from 255 or 12.22% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B5265C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5265C is #4AD9A3. Grayscale: #565656. Windows color (decimal): -4905380 or 6039221. OLE color: 6039221.

HSL color Cylindrical-coordinate representation of color #B5265C: hue angle of 337.34º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5265C is Cyan = 0, Magento = 0.79, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 38 92 -
CMYK 0 0.79 0.49 0.29
HSL 337.34º 0.65% 0.43% -
HSV(B) 337.34º 0.79% 0.71% -
XYZ 21.68 11.98 11.3 -
YUV 86.91 130.88 195.11 -
System Red Green Blue C M Y K H S L
Decimal 181 38 92 0 0.79 0.49 0.29 337.34 0.65 0.43
Hex B5 26 5C 0 4F 31 1D 151 41 2B
Octal 265 46 134 0 117 61 35 521 101 53
Binary 10110101 100110 1011100 0 1001111 110001 11101 101010001 1000001 101011

Color Harmonies of #B5265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5265C

Black with #B5265C

Text Example


Text Example

White with #B5265C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5265C; }

 p { color: rgb(181,38,92); }

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

background-color css

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

 a { background-color: rgb(181,38,92); }

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

border-color css

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

 span { border-color: rgb(181,38,92); }

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