Html Css Color HEX #B8334F Old Rose

📋 copy color: '#B8334F'

red 184 ◦ green 51 ◦ blue 79

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

Shades of Old Rose #B8334F

Tints of Old Rose #B8334F

RGB

 RED value IS 184 (72.27% from 255) = 58.6%

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 79 (31.25% from 255) = 25.16%

R = 58.6%
G = 16.24%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B8334F (or 0xB8334F) is known color: Old Rose. HEX triplet: B8, 33 and 4F. RGB value is (184,51,79). Sum of RGB (Red+Green+Blue) = 184+51+79=314 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.60% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 79 (31.25% from 255 or 25.16% from 314); Max value from RGB is 184 - color contains mainly: red. Hex color #B8334F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8334F is #47CCB0. Grayscale: #5D5D5D. Windows color (decimal): -4705457 or 5190584. OLE color: 5190584.

HSL color Cylindrical-coordinate representation of color #B8334F: hue angle of 347.37º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B8334F is Cyan = 0, Magento = 0.72, Yellow = 0.57 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 79 -
CMYK 0 0.72 0.57 0.28
HSL 347.37º 0.57% 0.46% -
HSV(B) 347.37º 0.72% 0.72% -
XYZ 22.36 13.12 8.75 -
YUV 93.96 119.56 192.22 -
System Red Green Blue C M Y K H S L
Decimal 184 51 79 0 0.72 0.57 0.28 347.37 0.57 0.46
Hex B8 33 4F 0 48 39 1C 15B 39 2E
Octal 270 63 117 0 110 71 34 533 71 56
Binary 10111000 110011 1001111 0 1001000 111001 11100 101011011 111001 101110

Color Harmonies of #B8334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8334F

Black with #B8334F

Text Example


Text Example

White with #B8334F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8334F; }

 p { color: rgb(184,51,79); }

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

background-color css

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

 a { background-color: rgb(184,51,79); }

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

border-color css

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

 span { border-color: rgb(184,51,79); }

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