Html Css Color HEX #B25375 Royal Heath

📋 copy color: '#B25375'

red 178 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #B25375

Tints of Royal Heath #B25375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 47.09%
G = 21.96%
B = 30.95%

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

#B25375 (or 0xB25375) is known color: Royal Heath. HEX triplet: B2, 53 and 75. RGB value is (178,83,117). Sum of RGB (Red+Green+Blue) = 178+83+117=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B25375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25375 is #4DAC8A. Grayscale: #737373. Windows color (decimal): -5090443 or 7689138. OLE color: 7689138.

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

Color convert

RGB 178 83 117 -
CMYK 0 0.53 0.34 0.30
HSL 338.53º 0.38% 0.51% -
HSV(B) 338.53º 0.53% 0.7% -
XYZ 24.66 16.94 18.8 -
YUV 115.28 128.97 172.74 -
System Red Green Blue C M Y K H S L
Decimal 178 83 117 0 0.53 0.34 0.30 338.53 0.38 0.51
Hex B2 53 75 0 35 22 1E 153 26 33
Octal 262 123 165 0 65 42 36 523 46 63
Binary 10110010 1010011 1110101 0 110101 100010 11110 101010011 100110 110011

Color Harmonies of #B25375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25375

Black with #B25375

Text Example


Text Example

White with #B25375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25375; }

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

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

background-color css

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

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

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

border-color css

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

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

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