Html Css Color HEX #B25274 Royal Heath

📋 copy color: '#B25274'

red 178 ◦ green 82 ◦ blue 116

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

Shades of Royal Heath #B25274

Tints of Royal Heath #B25274

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.81%

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

R = 47.34%
G = 21.81%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#B25274 (or 0xB25274) is known color: Royal Heath. HEX triplet: B2, 52 and 74. RGB value is (178,82,116). Sum of RGB (Red+Green+Blue) = 178+82+116=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 82 (32.42% from 255 or 21.81% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B25274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25274 is #4DAD8B. Grayscale: #727272. Windows color (decimal): -5090700 or 7623346. OLE color: 7623346.

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

Color convert

RGB 178 82 116 -
CMYK 0 0.54 0.35 0.30
HSL 338.75º 0.38% 0.51% -
HSV(B) 338.75º 0.54% 0.7% -
XYZ 24.53 16.76 18.47 -
YUV 114.58 128.8 173.24 -
System Red Green Blue C M Y K H S L
Decimal 178 82 116 0 0.54 0.35 0.30 338.75 0.38 0.51
Hex B2 52 74 0 36 23 1E 153 26 33
Octal 262 122 164 0 66 43 36 523 46 63
Binary 10110010 1010010 1110100 0 110110 100011 11110 101010011 100110 110011

Color Harmonies of #B25274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25274

Black with #B25274

Text Example


Text Example

White with #B25274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25274; }

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

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

background-color css

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

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

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

border-color css

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

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

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