Html Css Color HEX #B1584C Apple Blossom

📋 copy color: '#B1584C'

red 177 ◦ green 88 ◦ blue 76

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

Shades of Apple Blossom #B1584C

Tints of Apple Blossom #B1584C

RGB

 RED value IS 177 (69.53% from 255) = 51.91%

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

 BLUE value IS 76 (30.08% from 255) = 22.29%

R = 51.91%
G = 25.81%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1584C (or 0xB1584C) is known color: Apple Blossom. HEX triplet: B1, 58 and 4C. RGB value is (177,88,76). Sum of RGB (Red+Green+Blue) = 177+88+76=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1584C is #4EA7B3. Grayscale: #717171. Windows color (decimal): -5154740 or 5003441. OLE color: 5003441.

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

Color convert

RGB 177 88 76 -
CMYK 0 0.50 0.57 0.31
HSL 7.13º 0.4% 0.5% -
HSV(B) 7.13º 0.57% 0.69% -
XYZ 22.93 16.85 8.88 -
YUV 113.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 177 88 76 0 0.50 0.57 0.31 7.13 0.4 0.5
Hex B1 58 4C 0 32 39 1F 7 28 32
Octal 261 130 114 0 62 71 37 7 50 62
Binary 10110001 1011000 1001100 0 110010 111001 11111 111 101000 110010

Color Harmonies of #B1584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1584C

Black with #B1584C

Text Example


Text Example

White with #B1584C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1584C; }

 p { color: rgb(177,88,76); }

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

background-color css

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

 a { background-color: rgb(177,88,76); }

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

border-color css

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

 span { border-color: rgb(177,88,76); }

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