Html Css Color HEX #B8345A Old Rose

📋 copy color: '#B8345A'

red 184 ◦ green 52 ◦ blue 90

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

Shades of Old Rose #B8345A

Tints of Old Rose #B8345A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.95%

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 56.44%
G = 15.95%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8345A (or 0xB8345A) is known color: Old Rose. HEX triplet: B8, 34 and 5A. RGB value is (184,52,90). Sum of RGB (Red+Green+Blue) = 184+52+90=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8345A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8345A is #47CBA5. Grayscale: #5F5F5F. Windows color (decimal): -4705190 or 5911736. OLE color: 5911736.

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

Color convert

RGB 184 52 90 -
CMYK 0 0.72 0.51 0.28
HSL 342.73º 0.56% 0.46% -
HSV(B) 342.73º 0.72% 0.72% -
XYZ 22.84 13.38 11.05 -
YUV 95.8 124.73 190.91 -
System Red Green Blue C M Y K H S L
Decimal 184 52 90 0 0.72 0.51 0.28 342.73 0.56 0.46
Hex B8 34 5A 0 48 33 1C 157 38 2E
Octal 270 64 132 0 110 63 34 527 70 56
Binary 10111000 110100 1011010 0 1001000 110011 11100 101010111 111000 101110

Color Harmonies of #B8345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8345A

Black with #B8345A

Text Example


Text Example

White with #B8345A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8345A; }

 p { color: rgb(184,52,90); }

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

background-color css

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

 a { background-color: rgb(184,52,90); }

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

border-color css

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

 span { border-color: rgb(184,52,90); }

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