Html Css Color HEX #B1304B Old Rose

📋 copy color: '#B1304B'

red 177 ◦ green 48 ◦ blue 75

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

Shades of Old Rose #B1304B

Tints of Old Rose #B1304B

RGB

 RED value IS 177 (69.53% from 255) = 59%

 GREEN value IS 48 (19.14% from 255) = 16%

 BLUE value IS 75 (29.69% from 255) = 25%

R = 59%
G = 16%
B = 25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1304B (or 0xB1304B) is known color: Old Rose. HEX triplet: B1, 30 and 4B. RGB value is (177,48,75). Sum of RGB (Red+Green+Blue) = 177+48+75=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B1304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1304B is #4ECFB4. Grayscale: #595959. Windows color (decimal): -5164981 or 4927665. OLE color: 4927665.

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

Color convert

RGB 177 48 75 -
CMYK 0 0.73 0.58 0.31
HSL 347.44º 0.57% 0.44% -
HSV(B) 347.44º 0.73% 0.69% -
XYZ 20.46 11.97 7.89 -
YUV 89.65 119.74 190.3 -
System Red Green Blue C M Y K H S L
Decimal 177 48 75 0 0.73 0.58 0.31 347.44 0.57 0.44
Hex B1 30 4B 0 49 3A 1F 15B 39 2C
Octal 261 60 113 0 111 72 37 533 71 54
Binary 10110001 110000 1001011 0 1001001 111010 11111 101011011 111001 101100

Color Harmonies of #B1304B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1304B

Black with #B1304B

Text Example


Text Example

White with #B1304B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1304B; }

 p { color: rgb(177,48,75); }

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

background-color css

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

 a { background-color: rgb(177,48,75); }

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

border-color css

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

 span { border-color: rgb(177,48,75); }

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