Html Css Color HEX #B0254A Old Rose

📋 copy color: '#B0254A'

red 176 ◦ green 37 ◦ blue 74

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

Shades of Old Rose #B0254A

Tints of Old Rose #B0254A

RGB

 RED value IS 176 (69.14% from 255) = 61.32%

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

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

R = 61.32%
G = 12.89%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0254A (or 0xB0254A) is known color: Old Rose. HEX triplet: B0, 25 and 4A. RGB value is (176,37,74). Sum of RGB (Red+Green+Blue) = 176+37+74=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0254A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0254A is #4FDAB5. Grayscale: #525252. Windows color (decimal): -5233334 or 4859312. OLE color: 4859312.

HSL color Cylindrical-coordinate representation of color #B0254A: hue angle of 344.03º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0254A is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 74 -
CMYK 0 0.79 0.58 0.31
HSL 344.03º 0.65% 0.42% -
HSV(B) 344.03º 0.79% 0.69% -
XYZ 19.8 11.05 7.57 -
YUV 82.78 123.05 194.49 -
System Red Green Blue C M Y K H S L
Decimal 176 37 74 0 0.79 0.58 0.31 344.03 0.65 0.42
Hex B0 25 4A 0 4F 3A 1F 158 41 2A
Octal 260 45 112 0 117 72 37 530 101 52
Binary 10110000 100101 1001010 0 1001111 111010 11111 101011000 1000001 101010

Color Harmonies of #B0254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0254A

Black with #B0254A

Text Example


Text Example

White with #B0254A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0254A; }

 p { color: rgb(176,37,74); }

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

background-color css

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

 a { background-color: rgb(176,37,74); }

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

border-color css

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

 span { border-color: rgb(176,37,74); }

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