Html Css Color HEX #B05341 Apple Blossom

📋 copy color: '#B05341'

red 176 ◦ green 83 ◦ blue 65

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

Shades of Apple Blossom #B05341

Tints of Apple Blossom #B05341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 54.32%
G = 25.62%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B05341 (or 0xB05341) is known color: Apple Blossom. HEX triplet: B0, 53 and 41. RGB value is (176,83,65). Sum of RGB (Red+Green+Blue) = 176+83+65=324 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.32% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 176 - color contains mainly: red. Hex color #B05341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05341 is #4FACBE. Grayscale: #6C6C6C. Windows color (decimal): -5221567 or 4281264. OLE color: 4281264.

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

Color convert

RGB 176 83 65 -
CMYK 0 0.53 0.63 0.31
HSL 9.73º 0.46% 0.47% -
HSV(B) 9.73º 0.63% 0.69% -
XYZ 21.95 15.8 6.89 -
YUV 108.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 176 83 65 0 0.53 0.63 0.31 9.73 0.46 0.47
Hex B0 53 41 0 35 3F 1F A 2E 2F
Octal 260 123 101 0 65 77 37 12 56 57
Binary 10110000 1010011 1000001 0 110101 111111 11111 1010 101110 101111

Color Harmonies of #B05341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05341

Black with #B05341

Text Example


Text Example

White with #B05341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05341; }

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

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

background-color css

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

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

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

border-color css

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

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

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