Html Css Color HEX #B1534C Apple Blossom

📋 copy color: '#B1534C'

red 177 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #B1534C

Tints of Apple Blossom #B1534C

RGB

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

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

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

R = 52.68%
G = 24.7%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1534C (or 0xB1534C) is known color: Apple Blossom. HEX triplet: B1, 53 and 4C. RGB value is (177,83,76). Sum of RGB (Red+Green+Blue) = 177+83+76=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 83 (32.81% from 255 or 24.70% from 336); Blue value is 76 (30.08% from 255 or 22.62% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1534C is #4EACB3. Grayscale: #6E6E6E. Windows color (decimal): -5156020 or 5002161. OLE color: 5002161.

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

Color convert

RGB 177 83 76 -
CMYK 0 0.53 0.57 0.31
HSL 4.16º 0.4% 0.5% -
HSV(B) 4.16º 0.57% 0.69% -
XYZ 22.53 16.06 8.75 -
YUV 110.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 177 83 76 0 0.53 0.57 0.31 4.16 0.4 0.5
Hex B1 53 4C 0 35 39 1F 4 28 32
Octal 261 123 114 0 65 71 37 4 50 62
Binary 10110001 1010011 1001100 0 110101 111001 11111 100 101000 110010

Color Harmonies of #B1534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1534C

Black with #B1534C

Text Example


Text Example

White with #B1534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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