Html Css Color HEX #B02647 Old Rose

📋 copy color: '#B02647'

red 176 ◦ green 38 ◦ blue 71

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

Shades of Old Rose #B02647

Tints of Old Rose #B02647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 61.75%
G = 13.33%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B02647 (or 0xB02647) is known color: Old Rose. HEX triplet: B0, 26 and 47. RGB value is (176,38,71). Sum of RGB (Red+Green+Blue) = 176+38+71=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 38 (15.23% from 255 or 13.33% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B02647 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02647 is #4FD9B8. Grayscale: #535353. Windows color (decimal): -5233081 or 4662960. OLE color: 4662960.

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

Color convert

RGB 176 38 71 -
CMYK 0 0.78 0.60 0.31
HSL 345.65º 0.64% 0.42% -
HSV(B) 345.65º 0.78% 0.69% -
XYZ 19.73 11.07 7.06 -
YUV 83.02 121.22 194.32 -
System Red Green Blue C M Y K H S L
Decimal 176 38 71 0 0.78 0.60 0.31 345.65 0.64 0.42
Hex B0 26 47 0 4E 3C 1F 15A 40 2A
Octal 260 46 107 0 116 74 37 532 100 52
Binary 10110000 100110 1000111 0 1001110 111100 11111 101011010 1000000 101010

Color Harmonies of #B02647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02647

Black with #B02647

Text Example


Text Example

White with #B02647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02647; }

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

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

background-color css

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

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

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

border-color css

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

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

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