Html Css Color HEX #B7154E Old Rose

📋 copy color: '#B7154E'

red 183 ◦ green 21 ◦ blue 78

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

Shades of Old Rose #B7154E

Tints of Old Rose #B7154E

RGB

 RED value IS 183 (71.88% from 255) = 64.89%

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 78 (30.86% from 255) = 27.66%

R = 64.89%
G = 7.45%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B7154E (or 0xB7154E) is known color: Old Rose. HEX triplet: B7, 15 and 4E. RGB value is (183,21,78). Sum of RGB (Red+Green+Blue) = 183+21+78=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7154E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7154E is #48EAB1. Grayscale: #4B4B4B. Windows color (decimal): -4778674 or 5117367. OLE color: 5117367.

HSL color Cylindrical-coordinate representation of color #B7154E: hue angle of 338.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B7154E is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 21 78 -
CMYK 0 0.89 0.57 0.28
HSL 338.89º 0.79% 0.4% -
HSV(B) 338.89º 0.89% 0.72% -
XYZ 21.17 11.15 8.24 -
YUV 75.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 183 21 78 0 0.89 0.57 0.28 338.89 0.79 0.4
Hex B7 15 4E 0 59 39 1C 153 4F 28
Octal 267 25 116 0 131 71 34 523 117 50
Binary 10110111 10101 1001110 0 1011001 111001 11100 101010011 1001111 101000

Color Harmonies of #B7154E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7154E

Black with #B7154E

Text Example


Text Example

White with #B7154E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7154E; }

 p { color: rgb(183,21,78); }

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

background-color css

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

 a { background-color: rgb(183,21,78); }

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

border-color css

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

 span { border-color: rgb(183,21,78); }

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