Html Css Color HEX #B0274B Old Rose

📋 copy color: '#B0274B'

red 176 ◦ green 39 ◦ blue 75

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

Shades of Old Rose #B0274B

Tints of Old Rose #B0274B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.86%

R = 60.69%
G = 13.45%
B = 25.86%

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

#B0274B (or 0xB0274B) is known color: Old Rose. HEX triplet: B0, 27 and 4B. RGB value is (176,39,75). Sum of RGB (Red+Green+Blue) = 176+39+75=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 39 (15.62% from 255 or 13.45% from 290); Blue value is 75 (29.69% from 255 or 25.86% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0274B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0274B is #4FD8B4. Grayscale: #545454. Windows color (decimal): -5232821 or 4925360. OLE color: 4925360.

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

Color convert

RGB 176 39 75 -
CMYK 0 0.78 0.57 0.31
HSL 344.23º 0.64% 0.42% -
HSV(B) 344.23º 0.78% 0.69% -
XYZ 19.9 11.19 7.77 -
YUV 84.07 122.89 193.57 -
System Red Green Blue C M Y K H S L
Decimal 176 39 75 0 0.78 0.57 0.31 344.23 0.64 0.42
Hex B0 27 4B 0 4E 39 1F 158 40 2A
Octal 260 47 113 0 116 71 37 530 100 52
Binary 10110000 100111 1001011 0 1001110 111001 11111 101011000 1000000 101010

Color Harmonies of #B0274B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0274B

Black with #B0274B

Text Example


Text Example

White with #B0274B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0274B; }

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

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

background-color css

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

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

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

border-color css

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

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

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