Html Css Color HEX #B0504E Apple Blossom

📋 copy color: '#B0504E'

red 176 ◦ green 80 ◦ blue 78

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

Shades of Apple Blossom #B0504E

Tints of Apple Blossom #B0504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.35%

R = 52.69%
G = 23.95%
B = 23.35%

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

#B0504E (or 0xB0504E) is known color: Apple Blossom. HEX triplet: B0, 50 and 4E. RGB value is (176,80,78). Sum of RGB (Red+Green+Blue) = 176+80+78=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 78 (30.86% from 255 or 23.35% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0504E is #4FAFB1. Grayscale: #6C6C6C. Windows color (decimal): -5222322 or 5132464. OLE color: 5132464.

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

Color convert

RGB 176 80 78 -
CMYK 0 0.55 0.56 0.31
HSL 1.22º 0.39% 0.5% -
HSV(B) 1.22º 0.56% 0.69% -
XYZ 22.15 15.52 9.04 -
YUV 108.48 110.8 176.16 -
System Red Green Blue C M Y K H S L
Decimal 176 80 78 0 0.55 0.56 0.31 1.22 0.39 0.5
Hex B0 50 4E 0 37 38 1F 1 27 32
Octal 260 120 116 0 67 70 37 1 47 62
Binary 10110000 1010000 1001110 0 110111 111000 11111 1 100111 110010

Color Harmonies of #B0504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0504E

Black with #B0504E

Text Example


Text Example

White with #B0504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0504E; }

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

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

background-color css

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

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

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

border-color css

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

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

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