Html Css Color HEX #B25777 Royal Heath

📋 copy color: '#B25777'

red 178 ◦ green 87 ◦ blue 119

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

Shades of Royal Heath #B25777

Tints of Royal Heath #B25777

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.66%

 BLUE value IS 119 (46.88% from 255) = 30.99%

R = 46.35%
G = 22.66%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B25777 (or 0xB25777) is known color: Royal Heath. HEX triplet: B2, 57 and 77. RGB value is (178,87,119). Sum of RGB (Red+Green+Blue) = 178+87+119=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 87 (34.38% from 255 or 22.66% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B25777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25777 is #4DA888. Grayscale: #757575. Windows color (decimal): -5089417 or 7821234. OLE color: 7821234.

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

Color convert

RGB 178 87 119 -
CMYK 0 0.51 0.33 0.30
HSL 338.9º 0.37% 0.52% -
HSV(B) 338.9º 0.51% 0.7% -
XYZ 25.1 17.61 19.53 -
YUV 117.86 128.65 170.9 -
System Red Green Blue C M Y K H S L
Decimal 178 87 119 0 0.51 0.33 0.30 338.9 0.37 0.52
Hex B2 57 77 0 33 21 1E 153 25 34
Octal 262 127 167 0 63 41 36 523 45 64
Binary 10110010 1010111 1110111 0 110011 100001 11110 101010011 100101 110100

Color Harmonies of #B25777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25777

Black with #B25777

Text Example


Text Example

White with #B25777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25777; }

 p { color: rgb(178,87,119); }

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

background-color css

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

 a { background-color: rgb(178,87,119); }

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

border-color css

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

 span { border-color: rgb(178,87,119); }

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