Html Css Color HEX #B25974 Royal Heath

📋 copy color: '#B25974'

red 178 ◦ green 89 ◦ blue 116

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

Shades of Royal Heath #B25974

Tints of Royal Heath #B25974

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.24%

 BLUE value IS 116 (45.7% from 255) = 30.29%

R = 46.48%
G = 23.24%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25974 (or 0xB25974) is known color: Royal Heath. HEX triplet: B2, 59 and 74. RGB value is (178,89,116). Sum of RGB (Red+Green+Blue) = 178+89+116=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B25974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25974 is #4DA68B. Grayscale: #767676. Windows color (decimal): -5088908 or 7625138. OLE color: 7625138.

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

Color convert

RGB 178 89 116 -
CMYK 0 0.5 0.35 0.30
HSL 341.8º 0.37% 0.52% -
HSV(B) 341.8º 0.5% 0.7% -
XYZ 25.08 17.87 18.65 -
YUV 118.69 126.49 170.3 -
System Red Green Blue C M Y K H S L
Decimal 178 89 116 0 0.5 0.35 0.30 341.8 0.37 0.52
Hex B2 59 74 0 32 23 1E 156 25 34
Octal 262 131 164 0 62 43 36 526 45 64
Binary 10110010 1011001 1110100 0 110010 100011 11110 101010110 100101 110100

Color Harmonies of #B25974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25974

Black with #B25974

Text Example


Text Example

White with #B25974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25974; }

 p { color: rgb(178,89,116); }

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

background-color css

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

 a { background-color: rgb(178,89,116); }

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

border-color css

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

 span { border-color: rgb(178,89,116); }

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