Html Css Color HEX #B25875 Royal Heath

📋 copy color: '#B25875'

red 178 ◦ green 88 ◦ blue 117

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

Shades of Royal Heath #B25875

Tints of Royal Heath #B25875

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.98%

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

R = 46.48%
G = 22.98%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B25875 (or 0xB25875) is known color: Royal Heath. HEX triplet: B2, 58 and 75. RGB value is (178,88,117). Sum of RGB (Red+Green+Blue) = 178+88+117=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B25875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25875 is #4DA78A. Grayscale: #767676. Windows color (decimal): -5089163 or 7690418. OLE color: 7690418.

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

Color convert

RGB 178 88 117 -
CMYK 0 0.51 0.34 0.30
HSL 340.67º 0.37% 0.52% -
HSV(B) 340.67º 0.51% 0.7% -
XYZ 25.06 17.73 18.93 -
YUV 118.22 127.32 170.64 -
System Red Green Blue C M Y K H S L
Decimal 178 88 117 0 0.51 0.34 0.30 340.67 0.37 0.52
Hex B2 58 75 0 33 22 1E 155 25 34
Octal 262 130 165 0 63 42 36 525 45 64
Binary 10110010 1011000 1110101 0 110011 100010 11110 101010101 100101 110100

Color Harmonies of #B25875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25875

Black with #B25875

Text Example


Text Example

White with #B25875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25875; }

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

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

background-color css

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

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

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

border-color css

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

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

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