Html Css Color HEX #B0534C Apple Blossom

📋 copy color: '#B0534C'

red 176 ◦ green 83 ◦ blue 76

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

Shades of Apple Blossom #B0534C

Tints of Apple Blossom #B0534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 22.69%

R = 52.54%
G = 24.78%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0534C (or 0xB0534C) is known color: Apple Blossom. HEX triplet: B0, 53 and 4C. RGB value is (176,83,76). Sum of RGB (Red+Green+Blue) = 176+83+76=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 76 (30.08% from 255 or 22.69% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B0534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0534C is #4FACB3. Grayscale: #6E6E6E. Windows color (decimal): -5221556 or 5002160. OLE color: 5002160.

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

Color convert

RGB 176 83 76 -
CMYK 0 0.53 0.57 0.31
HSL 4.2º 0.4% 0.49% -
HSV(B) 4.2º 0.57% 0.69% -
XYZ 22.3 15.94 8.74 -
YUV 110.01 108.81 175.07 -
System Red Green Blue C M Y K H S L
Decimal 176 83 76 0 0.53 0.57 0.31 4.2 0.4 0.49
Hex B0 53 4C 0 35 39 1F 4 28 31
Octal 260 123 114 0 65 71 37 4 50 61
Binary 10110000 1010011 1001100 0 110101 111001 11111 100 101000 110001

Color Harmonies of #B0534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0534C

Black with #B0534C

Text Example


Text Example

White with #B0534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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