Html Css Color HEX #B0264E Old Rose

📋 copy color: '#B0264E'

red 176 ◦ green 38 ◦ blue 78

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

Shades of Old Rose #B0264E

Tints of Old Rose #B0264E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.01%

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

R = 60.27%
G = 13.01%
B = 26.71%

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

#B0264E (or 0xB0264E) is known color: Old Rose. HEX triplet: B0, 26 and 4E. RGB value is (176,38,78). Sum of RGB (Red+Green+Blue) = 176+38+78=292 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.27% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 78 (30.86% from 255 or 26.71% from 292); Max value from RGB is 176 - color contains mainly: red. Hex color #B0264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0264E is #4FD9B1. Grayscale: #535353. Windows color (decimal): -5233074 or 5121712. OLE color: 5121712.

HSL color Cylindrical-coordinate representation of color #B0264E: hue angle of 342.61º 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 #B0264E is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 38 78 -
CMYK 0 0.78 0.56 0.31
HSL 342.61º 0.64% 0.42% -
HSV(B) 342.61º 0.78% 0.69% -
XYZ 19.97 11.17 8.31 -
YUV 83.82 124.72 193.75 -
System Red Green Blue C M Y K H S L
Decimal 176 38 78 0 0.78 0.56 0.31 342.61 0.64 0.42
Hex B0 26 4E 0 4E 38 1F 157 40 2A
Octal 260 46 116 0 116 70 37 527 100 52
Binary 10110000 100110 1001110 0 1001110 111000 11111 101010111 1000000 101010

Color Harmonies of #B0264E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0264E

Black with #B0264E

Text Example


Text Example

White with #B0264E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0264E; }

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

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

background-color css

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

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

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

border-color css

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

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

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