Html Css Color HEX #B92A4D Old Rose

📋 copy color: '#B92A4D'

red 185 ◦ green 42 ◦ blue 77

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

Shades of Old Rose #B92A4D

Tints of Old Rose #B92A4D

RGB

 RED value IS 185 (72.66% from 255) = 60.86%

 GREEN value IS 42 (16.8% from 255) = 13.82%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 60.86%
G = 13.82%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B92A4D (or 0xB92A4D) is known color: Old Rose. HEX triplet: B9, 2A and 4D. RGB value is (185,42,77). Sum of RGB (Red+Green+Blue) = 185+42+77=304 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.86% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 185 - color contains mainly: red. Hex color #B92A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B92A4D is #46D5B2. Grayscale: #585858. Windows color (decimal): -4642227 or 5057209. OLE color: 5057209.

HSL color Cylindrical-coordinate representation of color #B92A4D: hue angle of 345.31º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B92A4D is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 42 77 -
CMYK 0 0.77 0.58 0.27
HSL 345.31º 0.63% 0.45% -
HSV(B) 345.31º 0.77% 0.73% -
XYZ 22.18 12.51 8.27 -
YUV 88.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 185 42 77 0 0.77 0.58 0.27 345.31 0.63 0.45
Hex B9 2A 4D 0 4D 3A 1B 159 3F 2D
Octal 271 52 115 0 115 72 33 531 77 55
Binary 10111001 101010 1001101 0 1001101 111010 11011 101011001 111111 101101

Color Harmonies of #B92A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B92A4D

Black with #B92A4D

Text Example


Text Example

White with #B92A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B92A4D; }

 p { color: rgb(185,42,77); }

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

background-color css

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

 a { background-color: rgb(185,42,77); }

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

border-color css

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

 span { border-color: rgb(185,42,77); }

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