Html Css Color HEX #B2584D Apple Blossom

📋 copy color: '#B2584D'

red 178 ◦ green 88 ◦ blue 77

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

Shades of Apple Blossom #B2584D

Tints of Apple Blossom #B2584D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.66%

 BLUE value IS 77 (30.47% from 255) = 22.45%

R = 51.9%
G = 25.66%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2584D (or 0xB2584D) is known color: Apple Blossom. HEX triplet: B2, 58 and 4D. RGB value is (178,88,77). Sum of RGB (Red+Green+Blue) = 178+88+77=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 77 (30.47% from 255 or 22.45% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2584D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2584D is #4DA7B2. Grayscale: #717171. Windows color (decimal): -5089203 or 5068978. OLE color: 5068978.

HSL color Cylindrical-coordinate representation of color #B2584D: hue angle of 6.53º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2584D is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 77 -
CMYK 0 0.51 0.57 0.30
HSL 6.53º 0.4% 0.5% -
HSV(B) 6.53º 0.57% 0.7% -
XYZ 23.19 16.98 9.08 -
YUV 113.66 107.32 173.89 -
System Red Green Blue C M Y K H S L
Decimal 178 88 77 0 0.51 0.57 0.30 6.53 0.4 0.5
Hex B2 58 4D 0 33 39 1E 7 28 32
Octal 262 130 115 0 63 71 36 7 50 62
Binary 10110010 1011000 1001101 0 110011 111001 11110 111 101000 110010

Color Harmonies of #B2584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2584D

Black with #B2584D

Text Example


Text Example

White with #B2584D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2584D; }

 p { color: rgb(178,88,77); }

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

background-color css

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

 a { background-color: rgb(178,88,77); }

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

border-color css

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

 span { border-color: rgb(178,88,77); }

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