Html Css Color HEX #B4275E Old Rose

📋 copy color: '#B4275E'

red 180 ◦ green 39 ◦ blue 94

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

Shades of Old Rose #B4275E

Tints of Old Rose #B4275E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.46%

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 57.51%
G = 12.46%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4275E (or 0xB4275E) is known color: Old Rose. HEX triplet: B4, 27 and 5E. RGB value is (180,39,94). Sum of RGB (Red+Green+Blue) = 180+39+94=313 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.51% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 180 - color contains mainly: red. Hex color #B4275E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4275E is #4BD8A1. Grayscale: #575757. Windows color (decimal): -4970658 or 6170548. OLE color: 6170548.

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

Color convert

RGB 180 39 94 -
CMYK 0 0.78 0.48 0.29
HSL 336.6º 0.64% 0.43% -
HSV(B) 336.6º 0.78% 0.71% -
XYZ 21.57 11.96 11.76 -
YUV 87.43 131.71 194.03 -
System Red Green Blue C M Y K H S L
Decimal 180 39 94 0 0.78 0.48 0.29 336.6 0.64 0.43
Hex B4 27 5E 0 4E 30 1D 151 40 2B
Octal 264 47 136 0 116 60 35 521 100 53
Binary 10110100 100111 1011110 0 1001110 110000 11101 101010001 1000000 101011

Color Harmonies of #B4275E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4275E

Black with #B4275E

Text Example


Text Example

White with #B4275E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4275E; }

 p { color: rgb(180,39,94); }

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

background-color css

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

 a { background-color: rgb(180,39,94); }

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

border-color css

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

 span { border-color: rgb(180,39,94); }

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