Html Css Color HEX #B05443 Apple Blossom

📋 copy color: '#B05443'

red 176 ◦ green 84 ◦ blue 67

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

Shades of Apple Blossom #B05443

Tints of Apple Blossom #B05443

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 67 (26.56% from 255) = 20.49%

R = 53.82%
G = 25.69%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B05443 (or 0xB05443) is known color: Apple Blossom. HEX triplet: B0, 54 and 43. RGB value is (176,84,67). Sum of RGB (Red+Green+Blue) = 176+84+67=327 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.82% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 67 (26.56% from 255 or 20.49% from 327); Max value from RGB is 176 - color contains mainly: red. Hex color #B05443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05443 is #4FABBC. Grayscale: #6D6D6D. Windows color (decimal): -5221309 or 4412592. OLE color: 4412592.

HSL color Cylindrical-coordinate representation of color #B05443: hue angle of 9.36º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B05443 is Cyan = 0, Magento = 0.52, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 84 67 -
CMYK 0 0.52 0.62 0.31
HSL 9.36º 0.45% 0.48% -
HSV(B) 9.36º 0.62% 0.69% -
XYZ 22.09 15.98 7.23 -
YUV 109.57 103.98 175.38 -
System Red Green Blue C M Y K H S L
Decimal 176 84 67 0 0.52 0.62 0.31 9.36 0.45 0.48
Hex B0 54 43 0 34 3E 1F 9 2D 30
Octal 260 124 103 0 64 76 37 11 55 60
Binary 10110000 1010100 1000011 0 110100 111110 11111 1001 101101 110000

Color Harmonies of #B05443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05443

Black with #B05443

Text Example


Text Example

White with #B05443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05443; }

 p { color: rgb(176,84,67); }

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

background-color css

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

 a { background-color: rgb(176,84,67); }

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

border-color css

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

 span { border-color: rgb(176,84,67); }

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