Html Css Color HEX #B8265A Old Rose

📋 copy color: '#B8265A'

red 184 ◦ green 38 ◦ blue 90

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

Shades of Old Rose #B8265A

Tints of Old Rose #B8265A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.85%

R = 58.97%
G = 12.18%
B = 28.85%

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

#B8265A (or 0xB8265A) is known color: Old Rose. HEX triplet: B8, 26 and 5A. RGB value is (184,38,90). Sum of RGB (Red+Green+Blue) = 184+38+90=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 38 (15.23% from 255 or 12.18% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B8265A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8265A is #47D9A5. Grayscale: #575757. Windows color (decimal): -4708774 or 5908152. OLE color: 5908152.

HSL color Cylindrical-coordinate representation of color #B8265A: hue angle of 338.63º 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 #B8265A is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 38 90 -
CMYK 0 0.79 0.51 0.28
HSL 338.63º 0.66% 0.44% -
HSV(B) 338.63º 0.79% 0.72% -
XYZ 22.31 12.31 10.87 -
YUV 87.58 129.37 196.77 -
System Red Green Blue C M Y K H S L
Decimal 184 38 90 0 0.79 0.51 0.28 338.63 0.66 0.44
Hex B8 26 5A 0 4F 33 1C 153 42 2C
Octal 270 46 132 0 117 63 34 523 102 54
Binary 10111000 100110 1011010 0 1001111 110011 11100 101010011 1000010 101100

Color Harmonies of #B8265A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8265A

Black with #B8265A

Text Example


Text Example

White with #B8265A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8265A; }

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

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

background-color css

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

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

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

border-color css

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

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

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