Html Css Color HEX #B9274B Old Rose

📋 copy color: '#B9274B'

red 185 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #B9274B

Tints of Old Rose #B9274B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.04%

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

R = 61.87%
G = 13.04%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9274B (or 0xB9274B) is known color: Old Rose. HEX triplet: B9, 27 and 4B. RGB value is (185,39,75). Sum of RGB (Red+Green+Blue) = 185+39+75=299 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.87% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 185 - color contains mainly: red. Hex color #B9274B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9274B is #46D8B4. Grayscale: #565656. Windows color (decimal): -4642997 or 4925369. OLE color: 4925369.

HSL color Cylindrical-coordinate representation of color #B9274B: hue angle of 345.21º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B9274B is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 39 75 -
CMYK 0 0.79 0.59 0.27
HSL 345.21º 0.65% 0.44% -
HSV(B) 345.21º 0.79% 0.73% -
XYZ 22 12.27 7.87 -
YUV 86.76 121.37 198.07 -
System Red Green Blue C M Y K H S L
Decimal 185 39 75 0 0.79 0.59 0.27 345.21 0.65 0.44
Hex B9 27 4B 0 4F 3B 1B 159 41 2C
Octal 271 47 113 0 117 73 33 531 101 54
Binary 10111001 100111 1001011 0 1001111 111011 11011 101011001 1000001 101100

Color Harmonies of #B9274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9274B

Black with #B9274B

Text Example


Text Example

White with #B9274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9274B; }

 p { color: rgb(185,39,75); }

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

background-color css

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

 a { background-color: rgb(185,39,75); }

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

border-color css

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

 span { border-color: rgb(185,39,75); }

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