Html Css Color HEX #B1533F Apple Blossom

📋 copy color: '#B1533F'

red 177 ◦ green 83 ◦ blue 63

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

Shades of Apple Blossom #B1533F

Tints of Apple Blossom #B1533F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 54.8%
G = 25.7%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B1533F (or 0xB1533F) is known color: Apple Blossom. HEX triplet: B1, 53 and 3F. RGB value is (177,83,63). Sum of RGB (Red+Green+Blue) = 177+83+63=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B1533F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1533F is #4EACC0. Grayscale: #6D6D6D. Windows color (decimal): -5156033 or 4150193. OLE color: 4150193.

HSL color Cylindrical-coordinate representation of color #B1533F: hue angle of 10.53º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1533F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 83 63 -
CMYK 0 0.53 0.64 0.31
HSL 10.53º 0.48% 0.47% -
HSV(B) 10.53º 0.64% 0.69% -
XYZ 22.12 15.89 6.6 -
YUV 108.83 102.14 176.63 -
System Red Green Blue C M Y K H S L
Decimal 177 83 63 0 0.53 0.64 0.31 10.53 0.48 0.47
Hex B1 53 3F 0 35 40 1F B 30 2F
Octal 261 123 77 0 65 100 37 13 60 57
Binary 10110001 1010011 111111 0 110101 1000000 11111 1011 110000 101111

Color Harmonies of #B1533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1533F

Black with #B1533F

Text Example


Text Example

White with #B1533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1533F; }

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

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

background-color css

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

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

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

border-color css

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

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

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