Html Css Color HEX #B7254B Old Rose

📋 copy color: '#B7254B'

red 183 ◦ green 37 ◦ blue 75

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

Shades of Old Rose #B7254B

Tints of Old Rose #B7254B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 75 (29.69% from 255) = 25.42%

R = 62.03%
G = 12.54%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B7254B (or 0xB7254B) is known color: Old Rose. HEX triplet: B7, 25 and 4B. RGB value is (183,37,75). Sum of RGB (Red+Green+Blue) = 183+37+75=295 (39% of max value = 765). Red value is 183 (71.88% from 255 or 62.03% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 183 - color contains mainly: red. Hex color #B7254B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7254B is #48DAB4. Grayscale: #545454. Windows color (decimal): -4774581 or 4924855. OLE color: 4924855.

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

Color convert

RGB 183 37 75 -
CMYK 0 0.80 0.59 0.28
HSL 344.38º 0.66% 0.43% -
HSV(B) 344.38º 0.8% 0.72% -
XYZ 21.46 11.9 7.82 -
YUV 84.99 122.37 197.91 -
System Red Green Blue C M Y K H S L
Decimal 183 37 75 0 0.80 0.59 0.28 344.38 0.66 0.43
Hex B7 25 4B 0 50 3B 1C 158 42 2B
Octal 267 45 113 0 120 73 34 530 102 53
Binary 10110111 100101 1001011 0 1010000 111011 11100 101011000 1000010 101011

Color Harmonies of #B7254B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7254B

Black with #B7254B

Text Example


Text Example

White with #B7254B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7254B; }

 p { color: rgb(183,37,75); }

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

background-color css

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

 a { background-color: rgb(183,37,75); }

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

border-color css

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

 span { border-color: rgb(183,37,75); }

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