Html Css Color HEX #B0514A Apple Blossom

📋 copy color: '#B0514A'

red 176 ◦ green 81 ◦ blue 74

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

Shades of Apple Blossom #B0514A

Tints of Apple Blossom #B0514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 53.17%
G = 24.47%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0514A (or 0xB0514A) is known color: Apple Blossom. HEX triplet: B0, 51 and 4A. RGB value is (176,81,74). Sum of RGB (Red+Green+Blue) = 176+81+74=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B0514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0514A is #4FAEB5. Grayscale: #6C6C6C. Windows color (decimal): -5222070 or 4870576. OLE color: 4870576.

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

Color convert

RGB 176 81 74 -
CMYK 0 0.54 0.58 0.31
HSL 4.12º 0.41% 0.49% -
HSV(B) 4.12º 0.58% 0.69% -
XYZ 22.08 15.61 8.33 -
YUV 108.61 108.47 176.07 -
System Red Green Blue C M Y K H S L
Decimal 176 81 74 0 0.54 0.58 0.31 4.12 0.41 0.49
Hex B0 51 4A 0 36 3A 1F 4 29 31
Octal 260 121 112 0 66 72 37 4 51 61
Binary 10110000 1010001 1001010 0 110110 111010 11111 100 101001 110001

Color Harmonies of #B0514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0514A

Black with #B0514A

Text Example


Text Example

White with #B0514A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0514A; }

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

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

background-color css

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

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

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

border-color css

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

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

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