Html Css Color HEX #B04C41 Apple Blossom

📋 copy color: '#B04C41'

red 176 ◦ green 76 ◦ blue 65

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

Shades of Apple Blossom #B04C41

Tints of Apple Blossom #B04C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

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

R = 55.52%
G = 23.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B04C41 (or 0xB04C41) is known color: Apple Blossom. HEX triplet: B0, 4C and 41. RGB value is (176,76,65). Sum of RGB (Red+Green+Blue) = 176+76+65=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04C41 is #4FB3BE. Grayscale: #686868. Windows color (decimal): -5223359 or 4279472. OLE color: 4279472.

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

Color convert

RGB 176 76 65 -
CMYK 0 0.57 0.63 0.31
HSL 5.95º 0.46% 0.47% -
HSV(B) 5.95º 0.63% 0.69% -
XYZ 21.44 14.78 6.72 -
YUV 104.65 105.63 178.89 -
System Red Green Blue C M Y K H S L
Decimal 176 76 65 0 0.57 0.63 0.31 5.95 0.46 0.47
Hex B0 4C 41 0 39 3F 1F 6 2E 2F
Octal 260 114 101 0 71 77 37 6 56 57
Binary 10110000 1001100 1000001 0 111001 111111 11111 110 101110 101111

Color Harmonies of #B04C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C41

Black with #B04C41

Text Example


Text Example

White with #B04C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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