Html Css Color HEX #B4255F Old Rose

📋 copy color: '#B4255F'

red 180 ◦ green 37 ◦ blue 95

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

Shades of Old Rose #B4255F

Tints of Old Rose #B4255F

RGB

 RED value IS 180 (70.7% from 255) = 57.69%

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

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 57.69%
G = 11.86%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4255F (or 0xB4255F) is known color: Old Rose. HEX triplet: B4, 25 and 5F. RGB value is (180,37,95). Sum of RGB (Red+Green+Blue) = 180+37+95=312 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.69% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 180 - color contains mainly: red. Hex color #B4255F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4255F is #4BDAA0. Grayscale: #565656. Windows color (decimal): -4971169 or 6235572. OLE color: 6235572.

HSL color Cylindrical-coordinate representation of color #B4255F: hue angle of 335.66º degrees, saturation: 0.66, 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 #B4255F is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 37 95 -
CMYK 0 0.79 0.47 0.29
HSL 335.66º 0.66% 0.43% -
HSV(B) 335.66º 0.79% 0.71% -
XYZ 21.55 11.85 11.98 -
YUV 86.37 132.88 194.78 -
System Red Green Blue C M Y K H S L
Decimal 180 37 95 0 0.79 0.47 0.29 335.66 0.66 0.43
Hex B4 25 5F 0 4F 2F 1D 150 42 2B
Octal 264 45 137 0 117 57 35 520 102 53
Binary 10110100 100101 1011111 0 1001111 101111 11101 101010000 1000010 101011

Color Harmonies of #B4255F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4255F

Black with #B4255F

Text Example


Text Example

White with #B4255F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4255F; }

 p { color: rgb(180,37,95); }

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

background-color css

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

 a { background-color: rgb(180,37,95); }

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

border-color css

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

 span { border-color: rgb(180,37,95); }

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