Html Css Color HEX #B12852 Old Rose

📋 copy color: '#B12852'

red 177 ◦ green 40 ◦ blue 82

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

Shades of Old Rose #B12852

Tints of Old Rose #B12852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 59.2%
G = 13.38%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#B12852 (or 0xB12852) is known color: Old Rose. HEX triplet: B1, 28 and 52. RGB value is (177,40,82). Sum of RGB (Red+Green+Blue) = 177+40+82=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B12852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12852 is #4ED7AD. Grayscale: #555555. Windows color (decimal): -5167022 or 5384369. OLE color: 5384369.

HSL color Cylindrical-coordinate representation of color #B12852: hue angle of 341.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B12852 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 40 82 -
CMYK 0 0.77 0.54 0.31
HSL 341.61º 0.63% 0.43% -
HSV(B) 341.61º 0.77% 0.69% -
XYZ 20.41 11.47 9.12 -
YUV 85.75 125.89 193.08 -
System Red Green Blue C M Y K H S L
Decimal 177 40 82 0 0.77 0.54 0.31 341.61 0.63 0.43
Hex B1 28 52 0 4D 36 1F 156 3F 2B
Octal 261 50 122 0 115 66 37 526 77 53
Binary 10110001 101000 1010010 0 1001101 110110 11111 101010110 111111 101011

Color Harmonies of #B12852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12852

Black with #B12852

Text Example


Text Example

White with #B12852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12852; }

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

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

background-color css

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

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

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

border-color css

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

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

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