Html Css Color HEX #B9214B Old Rose

📋 copy color: '#B9214B'

red 185 ◦ green 33 ◦ blue 75

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

Shades of Old Rose #B9214B

Tints of Old Rose #B9214B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.26%

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

R = 63.14%
G = 11.26%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9214B (or 0xB9214B) is known color: Old Rose. HEX triplet: B9, 21 and 4B. RGB value is (185,33,75). Sum of RGB (Red+Green+Blue) = 185+33+75=293 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.14% from 293); Green value is 33 (13.28% from 255 or 11.26% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 185 - color contains mainly: red. Hex color #B9214B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9214B is #46DEB4. Grayscale: #535353. Windows color (decimal): -4644533 or 4923833. OLE color: 4923833.

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

Color convert

RGB 185 33 75 -
CMYK 0 0.82 0.59 0.27
HSL 343.42º 0.7% 0.43% -
HSV(B) 343.42º 0.82% 0.73% -
XYZ 21.82 11.91 7.81 -
YUV 83.24 123.36 200.58 -
System Red Green Blue C M Y K H S L
Decimal 185 33 75 0 0.82 0.59 0.27 343.42 0.7 0.43
Hex B9 21 4B 0 52 3B 1B 157 46 2B
Octal 271 41 113 0 122 73 33 527 106 53
Binary 10111001 100001 1001011 0 1010010 111011 11011 101010111 1000110 101011

Color Harmonies of #B9214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9214B

Black with #B9214B

Text Example


Text Example

White with #B9214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9214B; }

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

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

background-color css

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

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

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

border-color css

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

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

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