Html Css Color HEX #B02658 Old Rose

📋 copy color: '#B02658'

red 176 ◦ green 38 ◦ blue 88

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

Shades of Old Rose #B02658

Tints of Old Rose #B02658

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.14%

R = 58.28%
G = 12.58%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B02658 (or 0xB02658) is known color: Old Rose. HEX triplet: B0, 26 and 58. RGB value is (176,38,88). Sum of RGB (Red+Green+Blue) = 176+38+88=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 88 (34.77% from 255 or 29.14% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B02658 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02658 is #4FD9A7. Grayscale: #545454. Windows color (decimal): -5233064 or 5777072. OLE color: 5777072.

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

Color convert

RGB 176 38 88 -
CMYK 0 0.78 0.50 0.31
HSL 338.26º 0.64% 0.42% -
HSV(B) 338.26º 0.78% 0.69% -
XYZ 20.36 11.32 10.34 -
YUV 84.96 129.72 192.93 -
System Red Green Blue C M Y K H S L
Decimal 176 38 88 0 0.78 0.50 0.31 338.26 0.64 0.42
Hex B0 26 58 0 4E 32 1F 152 40 2A
Octal 260 46 130 0 116 62 37 522 100 52
Binary 10110000 100110 1011000 0 1001110 110010 11111 101010010 1000000 101010

Color Harmonies of #B02658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02658

Black with #B02658

Text Example


Text Example

White with #B02658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02658; }

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

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

background-color css

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

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

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

border-color css

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

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

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