Html Css Color HEX #B0274C Old Rose

📋 copy color: '#B0274C'

red 176 ◦ green 39 ◦ blue 76

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

Shades of Old Rose #B0274C

Tints of Old Rose #B0274C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 60.48%
G = 13.4%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0274C (or 0xB0274C) is known color: Old Rose. HEX triplet: B0, 27 and 4C. RGB value is (176,39,76). Sum of RGB (Red+Green+Blue) = 176+39+76=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0274C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0274C is #4FD8B3. Grayscale: #545454. Windows color (decimal): -5232820 or 4990896. OLE color: 4990896.

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

Color convert

RGB 176 39 76 -
CMYK 0 0.78 0.57 0.31
HSL 343.8º 0.64% 0.42% -
HSV(B) 343.8º 0.78% 0.69% -
XYZ 19.93 11.2 7.95 -
YUV 84.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 176 39 76 0 0.78 0.57 0.31 343.8 0.64 0.42
Hex B0 27 4C 0 4E 39 1F 158 40 2A
Octal 260 47 114 0 116 71 37 530 100 52
Binary 10110000 100111 1001100 0 1001110 111001 11111 101011000 1000000 101010

Color Harmonies of #B0274C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0274C

Black with #B0274C

Text Example


Text Example

White with #B0274C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0274C; }

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

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

background-color css

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

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

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

border-color css

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

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

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