Html Css Color HEX #B25953 Apple Blossom

📋 copy color: '#B25953'

red 178 ◦ green 89 ◦ blue 83

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

Shades of Apple Blossom #B25953

Tints of Apple Blossom #B25953

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.43%

 BLUE value IS 83 (32.81% from 255) = 23.71%

R = 50.86%
G = 25.43%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25953 (or 0xB25953) is known color: Apple Blossom. HEX triplet: B2, 59 and 53. RGB value is (178,89,83). Sum of RGB (Red+Green+Blue) = 178+89+83=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 83 (32.81% from 255 or 23.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B25953 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25953 is #4DA6AC. Grayscale: #737373. Windows color (decimal): -5088941 or 5462450. OLE color: 5462450.

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

Color convert

RGB 178 89 83 -
CMYK 0 0.5 0.53 0.30
HSL 3.79º 0.38% 0.51% -
HSV(B) 3.79º 0.53% 0.7% -
XYZ 23.49 17.23 10.27 -
YUV 114.93 109.99 172.99 -
System Red Green Blue C M Y K H S L
Decimal 178 89 83 0 0.5 0.53 0.30 3.79 0.38 0.51
Hex B2 59 53 0 32 35 1E 4 26 33
Octal 262 131 123 0 62 65 36 4 46 63
Binary 10110010 1011001 1010011 0 110010 110101 11110 100 100110 110011

Color Harmonies of #B25953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25953

Black with #B25953

Text Example


Text Example

White with #B25953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25953; }

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

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

background-color css

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

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

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

border-color css

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

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

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