Html Css Color HEX #B43F4A Old Rose

📋 copy color: '#B43F4A'

red 180 ◦ green 63 ◦ blue 74

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

Shades of Old Rose #B43F4A

Tints of Old Rose #B43F4A

RGB

 RED value IS 180 (70.7% from 255) = 56.78%

 GREEN value IS 63 (25% from 255) = 19.87%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 56.78%
G = 19.87%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B43F4A (or 0xB43F4A) is known color: Old Rose. HEX triplet: B4, 3F and 4A. RGB value is (180,63,74). Sum of RGB (Red+Green+Blue) = 180+63+74=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43F4A is #4BC0B5. Grayscale: #636363. Windows color (decimal): -4964534 or 4865972. OLE color: 4865972.

HSL color Cylindrical-coordinate representation of color #B43F4A: hue angle of 354.36º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B43F4A is Cyan = 0, Magento = 0.65, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 63 74 -
CMYK 0 0.65 0.59 0.29
HSL 354.36º 0.48% 0.48% -
HSV(B) 354.36º 0.65% 0.71% -
XYZ 21.84 13.75 7.98 -
YUV 99.24 113.76 185.61 -
System Red Green Blue C M Y K H S L
Decimal 180 63 74 0 0.65 0.59 0.29 354.36 0.48 0.48
Hex B4 3F 4A 0 41 3B 1D 162 30 30
Octal 264 77 112 0 101 73 35 542 60 60
Binary 10110100 111111 1001010 0 1000001 111011 11101 101100010 110000 110000

Color Harmonies of #B43F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43F4A

Black with #B43F4A

Text Example


Text Example

White with #B43F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43F4A; }

 p { color: rgb(180,63,74); }

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

background-color css

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

 a { background-color: rgb(180,63,74); }

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

border-color css

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

 span { border-color: rgb(180,63,74); }

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