Html Css Color HEX #B12653 Old Rose

📋 copy color: '#B12653'

red 177 ◦ green 38 ◦ blue 83

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

Shades of Old Rose #B12653

Tints of Old Rose #B12653

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.75%

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

R = 59.4%
G = 12.75%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#B12653 (or 0xB12653) is known color: Old Rose. HEX triplet: B1, 26 and 53. RGB value is (177,38,83). Sum of RGB (Red+Green+Blue) = 177+38+83=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B12653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12653 is #4ED9AC. Grayscale: #545454. Windows color (decimal): -5167533 or 5449393. OLE color: 5449393.

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

Color convert

RGB 177 38 83 -
CMYK 0 0.79 0.53 0.31
HSL 340.58º 0.65% 0.42% -
HSV(B) 340.58º 0.79% 0.69% -
XYZ 20.39 11.36 9.3 -
YUV 84.69 127.05 193.84 -
System Red Green Blue C M Y K H S L
Decimal 177 38 83 0 0.79 0.53 0.31 340.58 0.65 0.42
Hex B1 26 53 0 4F 35 1F 155 41 2A
Octal 261 46 123 0 117 65 37 525 101 52
Binary 10110001 100110 1010011 0 1001111 110101 11111 101010101 1000001 101010

Color Harmonies of #B12653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12653

Black with #B12653

Text Example


Text Example

White with #B12653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12653; }

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

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

background-color css

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

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

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

border-color css

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

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

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