Html Css Color HEX #B05340 Apple Blossom

📋 copy color: '#B05340'

red 176 ◦ green 83 ◦ blue 64

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

Shades of Apple Blossom #B05340

Tints of Apple Blossom #B05340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.81%

R = 54.49%
G = 25.7%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05340 (or 0xB05340) is known color: Apple Blossom. HEX triplet: B0, 53 and 40. RGB value is (176,83,64). Sum of RGB (Red+Green+Blue) = 176+83+64=323 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.49% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 176 - color contains mainly: red. Hex color #B05340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05340 is #4FACBF. Grayscale: #6C6C6C. Windows color (decimal): -5221568 or 4215728. OLE color: 4215728.

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

Color convert

RGB 176 83 64 -
CMYK 0 0.53 0.64 0.31
HSL 10.18º 0.47% 0.47% -
HSV(B) 10.18º 0.64% 0.69% -
XYZ 21.92 15.79 6.74 -
YUV 108.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 176 83 64 0 0.53 0.64 0.31 10.18 0.47 0.47
Hex B0 53 40 0 35 40 1F A 2F 2F
Octal 260 123 100 0 65 100 37 12 57 57
Binary 10110000 1010011 1000000 0 110101 1000000 11111 1010 101111 101111

Color Harmonies of #B05340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05340

Black with #B05340

Text Example


Text Example

White with #B05340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05340; }

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

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

background-color css

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

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

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

border-color css

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

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

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