Html Css Color HEX #B25362 Blush

📋 copy color: '#B25362'

red 178 ◦ green 83 ◦ blue 98

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

Shades of Blush #B25362

Tints of Blush #B25362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.3%

R = 49.58%
G = 23.12%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B25362 (or 0xB25362) is known color: Blush. HEX triplet: B2, 53 and 62. RGB value is (178,83,98). Sum of RGB (Red+Green+Blue) = 178+83+98=359 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.58% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 178 - color contains mainly: red. Hex color #B25362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25362 is #4DAC9D. Grayscale: #717171. Windows color (decimal): -5090462 or 6443954. OLE color: 6443954.

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

Color convert

RGB 178 83 98 -
CMYK 0 0.53 0.45 0.30
HSL 350.53º 0.38% 0.51% -
HSV(B) 350.53º 0.53% 0.7% -
XYZ 23.66 16.53 13.5 -
YUV 113.12 119.47 174.28 -
System Red Green Blue C M Y K H S L
Decimal 178 83 98 0 0.53 0.45 0.30 350.53 0.38 0.51
Hex B2 53 62 0 35 2D 1E 15F 26 33
Octal 262 123 142 0 65 55 36 537 46 63
Binary 10110010 1010011 1100010 0 110101 101101 11110 101011111 100110 110011

Color Harmonies of #B25362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25362

Black with #B25362

Text Example


Text Example

White with #B25362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25362; }

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

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

background-color css

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

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

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

border-color css

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

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

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