Html Css Color HEX #B25365 Blush

📋 copy color: '#B25365'

red 178 ◦ green 83 ◦ blue 101

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

Shades of Blush #B25365

Tints of Blush #B25365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.9%

R = 49.17%
G = 22.93%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B25365 (or 0xB25365) is known color: Blush. HEX triplet: B2, 53 and 65. RGB value is (178,83,101). Sum of RGB (Red+Green+Blue) = 178+83+101=362 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.17% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 101 (39.84% from 255 or 27.90% from 362); Max value from RGB is 178 - color contains mainly: red. Hex color #B25365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25365 is #4DAC9A. Grayscale: #717171. Windows color (decimal): -5090459 or 6640562. OLE color: 6640562.

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

Color convert

RGB 178 83 101 -
CMYK 0 0.53 0.43 0.30
HSL 348.63º 0.38% 0.51% -
HSV(B) 348.63º 0.53% 0.7% -
XYZ 23.8 16.59 14.26 -
YUV 113.46 120.97 174.04 -
System Red Green Blue C M Y K H S L
Decimal 178 83 101 0 0.53 0.43 0.30 348.63 0.38 0.51
Hex B2 53 65 0 35 2B 1E 15D 26 33
Octal 262 123 145 0 65 53 36 535 46 63
Binary 10110010 1010011 1100101 0 110101 101011 11110 101011101 100110 110011

Color Harmonies of #B25365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25365

Black with #B25365

Text Example


Text Example

White with #B25365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25365; }

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

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

background-color css

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

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

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

border-color css

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

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

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