Html Css Color HEX #B34144 Old Rose

📋 copy color: '#B34144'

red 179 ◦ green 65 ◦ blue 68

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

Shades of Old Rose #B34144

Tints of Old Rose #B34144

RGB

 RED value IS 179 (70.31% from 255) = 57.37%

 GREEN value IS 65 (25.78% from 255) = 20.83%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 57.37%
G = 20.83%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B34144 (or 0xB34144) is known color: Old Rose. HEX triplet: B3, 41 and 44. RGB value is (179,65,68). Sum of RGB (Red+Green+Blue) = 179+65+68=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 65 (25.78% from 255 or 20.83% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B34144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34144 is #4CBEBB. Grayscale: #636363. Windows color (decimal): -5029564 or 4473267. OLE color: 4473267.

HSL color Cylindrical-coordinate representation of color #B34144: hue angle of 358.42º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34144 is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 68 -
CMYK 0 0.64 0.62 0.30
HSL 358.42º 0.47% 0.48% -
HSV(B) 358.42º 0.64% 0.7% -
XYZ 21.52 13.78 6.99 -
YUV 99.43 110.27 184.76 -
System Red Green Blue C M Y K H S L
Decimal 179 65 68 0 0.64 0.62 0.30 358.42 0.47 0.48
Hex B3 41 44 0 40 3E 1E 166 2F 30
Octal 263 101 104 0 100 76 36 546 57 60
Binary 10110011 1000001 1000100 0 1000000 111110 11110 101100110 101111 110000

Color Harmonies of #B34144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34144

Black with #B34144

Text Example


Text Example

White with #B34144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34144; }

 p { color: rgb(179,65,68); }

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

background-color css

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

 a { background-color: rgb(179,65,68); }

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

border-color css

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

 span { border-color: rgb(179,65,68); }

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