Html Css Color HEX #B1275C Old Rose

📋 copy color: '#B1275C'

red 177 ◦ green 39 ◦ blue 92

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

Shades of Old Rose #B1275C

Tints of Old Rose #B1275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

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

R = 57.47%
G = 12.66%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B1275C (or 0xB1275C) is known color: Old Rose. HEX triplet: B1, 27 and 5C. RGB value is (177,39,92). Sum of RGB (Red+Green+Blue) = 177+39+92=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1275C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1275C is #4ED8A3. Grayscale: #565656. Windows color (decimal): -5167268 or 6039473. OLE color: 6039473.

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

Color convert

RGB 177 39 92 -
CMYK 0 0.78 0.48 0.31
HSL 336.96º 0.64% 0.42% -
HSV(B) 336.96º 0.78% 0.69% -
XYZ 20.79 11.57 11.26 -
YUV 86.3 131.22 192.69 -
System Red Green Blue C M Y K H S L
Decimal 177 39 92 0 0.78 0.48 0.31 336.96 0.64 0.42
Hex B1 27 5C 0 4E 30 1F 151 40 2A
Octal 261 47 134 0 116 60 37 521 100 52
Binary 10110001 100111 1011100 0 1001110 110000 11111 101010001 1000000 101010

Color Harmonies of #B1275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1275C

Black with #B1275C

Text Example


Text Example

White with #B1275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1275C; }

 p { color: rgb(177,39,92); }

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

background-color css

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

 a { background-color: rgb(177,39,92); }

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

border-color css

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

 span { border-color: rgb(177,39,92); }

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