Html Css Color HEX #B8334B Old Rose

📋 copy color: '#B8334B'

red 184 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #B8334B

Tints of Old Rose #B8334B

RGB

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

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

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

R = 59.35%
G = 16.45%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#B8334B (or 0xB8334B) is known color: Old Rose. HEX triplet: B8, 33 and 4B. RGB value is (184,51,75). Sum of RGB (Red+Green+Blue) = 184+51+75=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 75 (29.69% from 255 or 24.19% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8334B is #47CCB4. Grayscale: #5D5D5D. Windows color (decimal): -4705461 or 4928440. OLE color: 4928440.

HSL color Cylindrical-coordinate representation of color #B8334B: hue angle of 349.17º 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 #B8334B is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 51 75 -
CMYK 0 0.72 0.59 0.28
HSL 349.17º 0.57% 0.46% -
HSV(B) 349.17º 0.72% 0.72% -
XYZ 22.22 13.07 8.01 -
YUV 93.5 117.56 192.55 -
System Red Green Blue C M Y K H S L
Decimal 184 51 75 0 0.72 0.59 0.28 349.17 0.57 0.46
Hex B8 33 4B 0 48 3B 1C 15D 39 2E
Octal 270 63 113 0 110 73 34 535 71 56
Binary 10111000 110011 1001011 0 1001000 111011 11100 101011101 111001 101110

Color Harmonies of #B8334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8334B

Black with #B8334B

Text Example


Text Example

White with #B8334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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