Html Css Color HEX #B34045 Old Rose

📋 copy color: '#B34045'

red 179 ◦ green 64 ◦ blue 69

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

Shades of Old Rose #B34045

Tints of Old Rose #B34045

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.51%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 57.37%
G = 20.51%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#B34045 (or 0xB34045) is known color: Old Rose. HEX triplet: B3, 40 and 45. RGB value is (179,64,69). Sum of RGB (Red+Green+Blue) = 179+64+69=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B34045 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34045 is #4CBFBA. Grayscale: #636363. Windows color (decimal): -5029819 or 4538547. OLE color: 4538547.

HSL color Cylindrical-coordinate representation of color #B34045: hue angle of 357.39º 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 #B34045 is Cyan = 0, Magento = 0.64, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 69 -
CMYK 0 0.64 0.61 0.30
HSL 357.39º 0.47% 0.48% -
HSV(B) 357.39º 0.64% 0.7% -
XYZ 21.5 13.68 7.14 -
YUV 98.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 179 64 69 0 0.64 0.61 0.30 357.39 0.47 0.48
Hex B3 40 45 0 40 3D 1E 165 2F 30
Octal 263 100 105 0 100 75 36 545 57 60
Binary 10110011 1000000 1000101 0 1000000 111101 11110 101100101 101111 110000

Color Harmonies of #B34045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B34045

Black with #B34045

Text Example


Text Example

White with #B34045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B34045; }

 p { color: rgb(179,64,69); }

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

background-color css

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

 a { background-color: rgb(179,64,69); }

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

border-color css

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

 span { border-color: rgb(179,64,69); }

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