Html Css Color HEX #B25475 Royal Heath

📋 copy color: '#B25475'

red 178 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #B25475

Tints of Royal Heath #B25475

RGB

 RED value IS 178 (69.92% from 255) = 46.97%

 GREEN value IS 84 (33.2% from 255) = 22.16%

 BLUE value IS 117 (46.09% from 255) = 30.87%

R = 46.97%
G = 22.16%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B25475 (or 0xB25475) is known color: Royal Heath. HEX triplet: B2, 54 and 75. RGB value is (178,84,117). Sum of RGB (Red+Green+Blue) = 178+84+117=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B25475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25475 is #4DAB8A. Grayscale: #737373. Windows color (decimal): -5090187 or 7689394. OLE color: 7689394.

HSL color Cylindrical-coordinate representation of color #B25475: hue angle of 338.94º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B25475 is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 84 117 -
CMYK 0 0.53 0.34 0.30
HSL 338.94º 0.38% 0.51% -
HSV(B) 338.94º 0.53% 0.7% -
XYZ 24.74 17.09 18.82 -
YUV 115.87 128.64 172.32 -
System Red Green Blue C M Y K H S L
Decimal 178 84 117 0 0.53 0.34 0.30 338.94 0.38 0.51
Hex B2 54 75 0 35 22 1E 153 26 33
Octal 262 124 165 0 65 42 36 523 46 63
Binary 10110010 1010100 1110101 0 110101 100010 11110 101010011 100110 110011

Color Harmonies of #B25475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25475

Black with #B25475

Text Example


Text Example

White with #B25475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25475; }

 p { color: rgb(178,84,117); }

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

background-color css

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

 a { background-color: rgb(178,84,117); }

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

border-color css

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

 span { border-color: rgb(178,84,117); }

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