Html Css Color HEX #B12752 Old Rose

📋 copy color: '#B12752'

red 177 ◦ green 39 ◦ blue 82

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

Shades of Old Rose #B12752

Tints of Old Rose #B12752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 27.52%

R = 59.4%
G = 13.09%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12752 (or 0xB12752) is known color: Old Rose. HEX triplet: B1, 27 and 52. RGB value is (177,39,82). Sum of RGB (Red+Green+Blue) = 177+39+82=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12752 is #4ED8AD. Grayscale: #555555. Windows color (decimal): -5167278 or 5384113. OLE color: 5384113.

HSL color Cylindrical-coordinate representation of color #B12752: hue angle of 341.3º 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 #B12752 is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 82 -
CMYK 0 0.78 0.54 0.31
HSL 341.3º 0.64% 0.42% -
HSV(B) 341.3º 0.78% 0.69% -
XYZ 20.38 11.41 9.11 -
YUV 85.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 177 39 82 0 0.78 0.54 0.31 341.3 0.64 0.42
Hex B1 27 52 0 4E 36 1F 155 40 2A
Octal 261 47 122 0 116 66 37 525 100 52
Binary 10110001 100111 1010010 0 1001110 110110 11111 101010101 1000000 101010

Color Harmonies of #B12752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12752

Black with #B12752

Text Example


Text Example

White with #B12752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12752; }

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

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

background-color css

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

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

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

border-color css

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

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

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