Html Css Color HEX #B25752 Apple Blossom

📋 copy color: '#B25752'

red 178 ◦ green 87 ◦ blue 82

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

Shades of Apple Blossom #B25752

Tints of Apple Blossom #B25752

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.07%

 BLUE value IS 82 (32.42% from 255) = 23.63%

R = 51.3%
G = 25.07%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B25752 (or 0xB25752) is known color: Apple Blossom. HEX triplet: B2, 57 and 52. RGB value is (178,87,82). Sum of RGB (Red+Green+Blue) = 178+87+82=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 82 (32.42% from 255 or 23.63% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B25752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25752 is #4DA8AD. Grayscale: #717171. Windows color (decimal): -5089454 or 5396402. OLE color: 5396402.

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

Color convert

RGB 178 87 82 -
CMYK 0 0.51 0.54 0.30
HSL 3.13º 0.38% 0.51% -
HSV(B) 3.13º 0.54% 0.7% -
XYZ 23.29 16.89 10.02 -
YUV 113.64 110.15 173.91 -
System Red Green Blue C M Y K H S L
Decimal 178 87 82 0 0.51 0.54 0.30 3.13 0.38 0.51
Hex B2 57 52 0 33 36 1E 3 26 33
Octal 262 127 122 0 63 66 36 3 46 63
Binary 10110010 1010111 1010010 0 110011 110110 11110 11 100110 110011

Color Harmonies of #B25752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25752

Black with #B25752

Text Example


Text Example

White with #B25752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25752; }

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

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

background-color css

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

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

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

border-color css

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

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

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