Html Css Color HEX #B12853 Old Rose

📋 copy color: '#B12853'

red 177 ◦ green 40 ◦ blue 83

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

Shades of Old Rose #B12853

Tints of Old Rose #B12853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.67%

R = 59%
G = 13.33%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B12853 (or 0xB12853) is known color: Old Rose. HEX triplet: B1, 28 and 53. RGB value is (177,40,83). Sum of RGB (Red+Green+Blue) = 177+40+83=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 40 (16.02% from 255 or 13.33% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B12853 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12853 is #4ED7AC. Grayscale: #555555. Windows color (decimal): -5167021 or 5449905. OLE color: 5449905.

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

Color convert

RGB 177 40 83 -
CMYK 0 0.77 0.53 0.31
HSL 341.17º 0.63% 0.43% -
HSV(B) 341.17º 0.77% 0.69% -
XYZ 20.45 11.49 9.32 -
YUV 85.87 126.39 193 -
System Red Green Blue C M Y K H S L
Decimal 177 40 83 0 0.77 0.53 0.31 341.17 0.63 0.43
Hex B1 28 53 0 4D 35 1F 155 3F 2B
Octal 261 50 123 0 115 65 37 525 77 53
Binary 10110001 101000 1010011 0 1001101 110101 11111 101010101 111111 101011

Color Harmonies of #B12853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12853

Black with #B12853

Text Example


Text Example

White with #B12853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12853; }

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

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

background-color css

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

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

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

border-color css

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

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

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