Html Css Color HEX #B0534A Apple Blossom

📋 copy color: '#B0534A'

red 176 ◦ green 83 ◦ blue 74

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

Shades of Apple Blossom #B0534A

Tints of Apple Blossom #B0534A

RGB

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

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

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

R = 52.85%
G = 24.92%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0534A (or 0xB0534A) is known color: Apple Blossom. HEX triplet: B0, 53 and 4A. RGB value is (176,83,74). Sum of RGB (Red+Green+Blue) = 176+83+74=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 74 (29.30% from 255 or 22.22% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0534A is #4FACB5. Grayscale: #6D6D6D. Windows color (decimal): -5221558 or 4871088. OLE color: 4871088.

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

Color convert

RGB 176 83 74 -
CMYK 0 0.53 0.58 0.31
HSL 5.29º 0.41% 0.49% -
HSV(B) 5.29º 0.58% 0.69% -
XYZ 22.23 15.91 8.38 -
YUV 109.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 176 83 74 0 0.53 0.58 0.31 5.29 0.41 0.49
Hex B0 53 4A 0 35 3A 1F 5 29 31
Octal 260 123 112 0 65 72 37 5 51 61
Binary 10110000 1010011 1001010 0 110101 111010 11111 101 101001 110001

Color Harmonies of #B0534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0534A

Black with #B0534A

Text Example


Text Example

White with #B0534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0534A; }

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

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

background-color css

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

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

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

border-color css

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

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

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