Html Css Color HEX #B25369 Blush

📋 copy color: '#B25369'

red 178 ◦ green 83 ◦ blue 105

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

Shades of Blush #B25369

Tints of Blush #B25369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 28.69%

R = 48.63%
G = 22.68%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.41

 K value IS 0.30

RGB Variations

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

Color information

#B25369 (or 0xB25369) is known color: Blush. HEX triplet: B2, 53 and 69. RGB value is (178,83,105). Sum of RGB (Red+Green+Blue) = 178+83+105=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B25369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25369 is #4DAC96. Grayscale: #717171. Windows color (decimal): -5090455 or 6902706. OLE color: 6902706.

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

Color convert

RGB 178 83 105 -
CMYK 0 0.53 0.41 0.30
HSL 346.11º 0.38% 0.51% -
HSV(B) 346.11º 0.53% 0.7% -
XYZ 24 16.67 15.32 -
YUV 113.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 178 83 105 0 0.53 0.41 0.30 346.11 0.38 0.51
Hex B2 53 69 0 35 29 1E 15A 26 33
Octal 262 123 151 0 65 51 36 532 46 63
Binary 10110010 1010011 1101001 0 110101 101001 11110 101011010 100110 110011

Color Harmonies of #B25369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25369

Black with #B25369

Text Example


Text Example

White with #B25369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25369; }

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

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

background-color css

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

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

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

border-color css

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

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

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