Html Css Color HEX #B0274E Old Rose

📋 copy color: '#B0274E'

red 176 ◦ green 39 ◦ blue 78

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

Shades of Old Rose #B0274E

Tints of Old Rose #B0274E

RGB

 RED value IS 176 (69.14% from 255) = 60.07%

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

 BLUE value IS 78 (30.86% from 255) = 26.62%

R = 60.07%
G = 13.31%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0274E (or 0xB0274E) is known color: Old Rose. HEX triplet: B0, 27 and 4E. RGB value is (176,39,78). Sum of RGB (Red+Green+Blue) = 176+39+78=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 39 (15.62% from 255 or 13.31% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B0274E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0274E is #4FD8B1. Grayscale: #545454. Windows color (decimal): -5232818 or 5121968. OLE color: 5121968.

HSL color Cylindrical-coordinate representation of color #B0274E: hue angle of 342.92º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0274E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 78 -
CMYK 0 0.78 0.56 0.31
HSL 342.92º 0.64% 0.42% -
HSV(B) 342.92º 0.78% 0.69% -
XYZ 20.01 11.23 8.32 -
YUV 84.41 124.39 193.33 -
System Red Green Blue C M Y K H S L
Decimal 176 39 78 0 0.78 0.56 0.31 342.92 0.64 0.42
Hex B0 27 4E 0 4E 38 1F 157 40 2A
Octal 260 47 116 0 116 70 37 527 100 52
Binary 10110000 100111 1001110 0 1001110 111000 11111 101010111 1000000 101010

Color Harmonies of #B0274E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0274E

Black with #B0274E

Text Example


Text Example

White with #B0274E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0274E; }

 p { color: rgb(176,39,78); }

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

background-color css

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

 a { background-color: rgb(176,39,78); }

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

border-color css

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

 span { border-color: rgb(176,39,78); }

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