Html Css Color HEX #B12746 Old Rose

📋 copy color: '#B12746'

red 177 ◦ green 39 ◦ blue 70

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

Shades of Old Rose #B12746

Tints of Old Rose #B12746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 61.89%
G = 13.64%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B12746 (or 0xB12746) is known color: Old Rose. HEX triplet: B1, 27 and 46. RGB value is (177,39,70). Sum of RGB (Red+Green+Blue) = 177+39+70=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B12746 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12746 is #4ED8B9. Grayscale: #535353. Windows color (decimal): -5167290 or 4597681. OLE color: 4597681.

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

Color convert

RGB 177 39 70 -
CMYK 0 0.78 0.60 0.31
HSL 346.52º 0.64% 0.42% -
HSV(B) 346.52º 0.78% 0.69% -
XYZ 19.96 11.24 6.91 -
YUV 83.8 120.22 194.48 -
System Red Green Blue C M Y K H S L
Decimal 177 39 70 0 0.78 0.60 0.31 346.52 0.64 0.42
Hex B1 27 46 0 4E 3C 1F 15B 40 2A
Octal 261 47 106 0 116 74 37 533 100 52
Binary 10110001 100111 1000110 0 1001110 111100 11111 101011011 1000000 101010

Color Harmonies of #B12746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12746

Black with #B12746

Text Example


Text Example

White with #B12746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12746; }

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

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

background-color css

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

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

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

border-color css

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

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

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