Html Css Color HEX #B15041 Apple Blossom

📋 copy color: '#B15041'

red 177 ◦ green 80 ◦ blue 65

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

Shades of Apple Blossom #B15041

Tints of Apple Blossom #B15041

RGB

 RED value IS 177 (69.53% from 255) = 54.97%

 GREEN value IS 80 (31.64% from 255) = 24.84%

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

R = 54.97%
G = 24.84%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B15041 (or 0xB15041) is known color: Apple Blossom. HEX triplet: B1, 50 and 41. RGB value is (177,80,65). Sum of RGB (Red+Green+Blue) = 177+80+65=322 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.97% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 177 - color contains mainly: red. Hex color #B15041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15041 is #4EAFBE. Grayscale: #6B6B6B. Windows color (decimal): -5156799 or 4280497. OLE color: 4280497.

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

Color convert

RGB 177 80 65 -
CMYK 0 0.55 0.63 0.31
HSL 8.04º 0.46% 0.47% -
HSV(B) 8.04º 0.63% 0.69% -
XYZ 21.95 15.47 6.83 -
YUV 107.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 177 80 65 0 0.55 0.63 0.31 8.04 0.46 0.47
Hex B1 50 41 0 37 3F 1F 8 2E 2F
Octal 261 120 101 0 67 77 37 10 56 57
Binary 10110001 1010000 1000001 0 110111 111111 11111 1000 101110 101111

Color Harmonies of #B15041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B15041

Black with #B15041

Text Example


Text Example

White with #B15041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B15041; }

 p { color: rgb(177,80,65); }

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

background-color css

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

 a { background-color: rgb(177,80,65); }

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

border-color css

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

 span { border-color: rgb(177,80,65); }

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