Html Css Color HEX #B7414C Old Rose

📋 copy color: '#B7414C'

red 183 ◦ green 65 ◦ blue 76

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

Shades of Old Rose #B7414C

Tints of Old Rose #B7414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.06%

 BLUE value IS 76 (30.08% from 255) = 23.46%

R = 56.48%
G = 20.06%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7414C (or 0xB7414C) is known color: Old Rose. HEX triplet: B7, 41 and 4C. RGB value is (183,65,76). Sum of RGB (Red+Green+Blue) = 183+65+76=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7414C is #48BEB3. Grayscale: #656565. Windows color (decimal): -4767412 or 4997559. OLE color: 4997559.

HSL color Cylindrical-coordinate representation of color #B7414C: hue angle of 354.41º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B7414C is Cyan = 0, Magento = 0.64, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 65 76 -
CMYK 0 0.64 0.58 0.28
HSL 354.41º 0.48% 0.49% -
HSV(B) 354.41º 0.64% 0.72% -
XYZ 22.72 14.37 8.41 -
YUV 101.54 113.59 186.11 -
System Red Green Blue C M Y K H S L
Decimal 183 65 76 0 0.64 0.58 0.28 354.41 0.48 0.49
Hex B7 41 4C 0 40 3A 1C 162 30 31
Octal 267 101 114 0 100 72 34 542 60 61
Binary 10110111 1000001 1001100 0 1000000 111010 11100 101100010 110000 110001

Color Harmonies of #B7414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7414C

Black with #B7414C

Text Example


Text Example

White with #B7414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7414C; }

 p { color: rgb(183,65,76); }

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

background-color css

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

 a { background-color: rgb(183,65,76); }

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

border-color css

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

 span { border-color: rgb(183,65,76); }

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