Html Css Color HEX #B0504D Apple Blossom

📋 copy color: '#B0504D'

red 176 ◦ green 80 ◦ blue 77

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

Shades of Apple Blossom #B0504D

Tints of Apple Blossom #B0504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.02%

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

R = 52.85%
G = 24.02%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0504D (or 0xB0504D) is known color: Apple Blossom. HEX triplet: B0, 50 and 4D. RGB value is (176,80,77). Sum of RGB (Red+Green+Blue) = 176+80+77=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0504D is #4FAFB2. Grayscale: #6C6C6C. Windows color (decimal): -5222323 or 5066928. OLE color: 5066928.

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

Color convert

RGB 176 80 77 -
CMYK 0 0.55 0.56 0.31
HSL 1.82º 0.39% 0.5% -
HSV(B) 1.82º 0.56% 0.69% -
XYZ 22.11 15.5 8.85 -
YUV 108.36 110.3 176.24 -
System Red Green Blue C M Y K H S L
Decimal 176 80 77 0 0.55 0.56 0.31 1.82 0.39 0.5
Hex B0 50 4D 0 37 38 1F 2 27 32
Octal 260 120 115 0 67 70 37 2 47 62
Binary 10110000 1010000 1001101 0 110111 111000 11111 10 100111 110010

Color Harmonies of #B0504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0504D

Black with #B0504D

Text Example


Text Example

White with #B0504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0504D; }

 p { color: rgb(176,80,77); }

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

background-color css

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

 a { background-color: rgb(176,80,77); }

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

border-color css

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

 span { border-color: rgb(176,80,77); }

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