Html Css Color HEX #B7264C Old Rose

📋 copy color: '#B7264C'

red 183 ◦ green 38 ◦ blue 76

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

Shades of Old Rose #B7264C

Tints of Old Rose #B7264C

RGB

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

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

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

R = 61.62%
G = 12.79%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7264C (or 0xB7264C) is known color: Old Rose. HEX triplet: B7, 26 and 4C. RGB value is (183,38,76). Sum of RGB (Red+Green+Blue) = 183+38+76=297 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.62% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 76 (30.08% from 255 or 25.59% from 297); Max value from RGB is 183 - color contains mainly: red. Hex color #B7264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7264C is #48D9B3. Grayscale: #555555. Windows color (decimal): -4774324 or 4990647. OLE color: 4990647.

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

Color convert

RGB 183 38 76 -
CMYK 0 0.79 0.58 0.28
HSL 344.28º 0.66% 0.43% -
HSV(B) 344.28º 0.79% 0.72% -
XYZ 21.53 11.98 8.01 -
YUV 85.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 183 38 76 0 0.79 0.58 0.28 344.28 0.66 0.43
Hex B7 26 4C 0 4F 3A 1C 158 42 2B
Octal 267 46 114 0 117 72 34 530 102 53
Binary 10110111 100110 1001100 0 1001111 111010 11100 101011000 1000010 101011

Color Harmonies of #B7264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7264C

Black with #B7264C

Text Example


Text Example

White with #B7264C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7264C; }

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

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

background-color css

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

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

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

border-color css

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

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

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