Html Css Color HEX #B9234B Old Rose

📋 copy color: '#B9234B'

red 185 ◦ green 35 ◦ blue 75

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

Shades of Old Rose #B9234B

Tints of Old Rose #B9234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.86%

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

R = 62.71%
G = 11.86%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9234B (or 0xB9234B) is known color: Old Rose. HEX triplet: B9, 23 and 4B. RGB value is (185,35,75). Sum of RGB (Red+Green+Blue) = 185+35+75=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 75 (29.69% from 255 or 25.42% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B9234B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9234B is #46DCB4. Grayscale: #545454. Windows color (decimal): -4644021 or 4924345. OLE color: 4924345.

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

Color convert

RGB 185 35 75 -
CMYK 0 0.81 0.59 0.27
HSL 344º 0.68% 0.43% -
HSV(B) 344º 0.81% 0.73% -
XYZ 21.88 12.02 7.82 -
YUV 84.41 122.7 199.75 -
System Red Green Blue C M Y K H S L
Decimal 185 35 75 0 0.81 0.59 0.27 344 0.68 0.43
Hex B9 23 4B 0 51 3B 1B 158 44 2B
Octal 271 43 113 0 121 73 33 530 104 53
Binary 10111001 100011 1001011 0 1010001 111011 11011 101011000 1000100 101011

Color Harmonies of #B9234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9234B

Black with #B9234B

Text Example


Text Example

White with #B9234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9234B; }

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

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

background-color css

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

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

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

border-color css

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

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

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