Html Css Color HEX #B8265B Old Rose

📋 copy color: '#B8265B'

red 184 ◦ green 38 ◦ blue 91

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

Shades of Old Rose #B8265B

Tints of Old Rose #B8265B

RGB

 RED value IS 184 (72.27% from 255) = 58.79%

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

 BLUE value IS 91 (35.94% from 255) = 29.07%

R = 58.79%
G = 12.14%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B8265B (or 0xB8265B) is known color: Old Rose. HEX triplet: B8, 26 and 5B. RGB value is (184,38,91). Sum of RGB (Red+Green+Blue) = 184+38+91=313 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.79% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265B is #47D9A4. Grayscale: #575757. Windows color (decimal): -4708773 or 5973688. OLE color: 5973688.

HSL color Cylindrical-coordinate representation of color #B8265B: hue angle of 338.22º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B8265B is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 91 -
CMYK 0 0.79 0.51 0.28
HSL 338.22º 0.66% 0.44% -
HSV(B) 338.22º 0.79% 0.72% -
XYZ 22.35 12.33 11.1 -
YUV 87.7 129.87 196.69 -
System Red Green Blue C M Y K H S L
Decimal 184 38 91 0 0.79 0.51 0.28 338.22 0.66 0.44
Hex B8 26 5B 0 4F 33 1C 152 42 2C
Octal 270 46 133 0 117 63 34 522 102 54
Binary 10111000 100110 1011011 0 1001111 110011 11100 101010010 1000010 101100

Color Harmonies of #B8265B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8265B

Black with #B8265B

Text Example


Text Example

White with #B8265B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8265B; }

 p { color: rgb(184,38,91); }

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

background-color css

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

 a { background-color: rgb(184,38,91); }

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

border-color css

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

 span { border-color: rgb(184,38,91); }

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