Html Css Color HEX #B0513E Apple Blossom

📋 copy color: '#B0513E'

red 176 ◦ green 81 ◦ blue 62

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

Shades of Apple Blossom #B0513E

Tints of Apple Blossom #B0513E

RGB

 RED value IS 176 (69.14% from 255) = 55.17%

 GREEN value IS 81 (32.03% from 255) = 25.39%

 BLUE value IS 62 (24.61% from 255) = 19.44%

R = 55.17%
G = 25.39%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0513E (or 0xB0513E) is known color: Apple Blossom. HEX triplet: B0, 51 and 3E. RGB value is (176,81,62). Sum of RGB (Red+Green+Blue) = 176+81+62=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0513E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0513E is #4FAEC1. Grayscale: #6B6B6B. Windows color (decimal): -5222082 or 4084144. OLE color: 4084144.

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

Color convert

RGB 176 81 62 -
CMYK 0 0.54 0.65 0.31
HSL 10º 0.48% 0.47% -
HSV(B) 10º 0.65% 0.69% -
XYZ 21.72 15.46 6.4 -
YUV 107.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 176 81 62 0 0.54 0.65 0.31 10 0.48 0.47
Hex B0 51 3E 0 36 41 1F A 30 2F
Octal 260 121 76 0 66 101 37 12 60 57
Binary 10110000 1010001 111110 0 110110 1000001 11111 1010 110000 101111

Color Harmonies of #B0513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0513E

Black with #B0513E

Text Example


Text Example

White with #B0513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0513E; }

 p { color: rgb(176,81,62); }

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

background-color css

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

 a { background-color: rgb(176,81,62); }

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

border-color css

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

 span { border-color: rgb(176,81,62); }

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