Html Css Color HEX #B05342 Apple Blossom

📋 copy color: '#B05342'

red 176 ◦ green 83 ◦ blue 66

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

Shades of Apple Blossom #B05342

Tints of Apple Blossom #B05342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.31%

R = 54.15%
G = 25.54%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B05342 (or 0xB05342) is known color: Apple Blossom. HEX triplet: B0, 53 and 42. RGB value is (176,83,66). Sum of RGB (Red+Green+Blue) = 176+83+66=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B05342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05342 is #4FACBD. Grayscale: #6D6D6D. Windows color (decimal): -5221566 or 4346800. OLE color: 4346800.

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

Color convert

RGB 176 83 66 -
CMYK 0 0.53 0.62 0.31
HSL 9.27º 0.45% 0.47% -
HSV(B) 9.27º 0.63% 0.69% -
XYZ 21.98 15.81 7.05 -
YUV 108.87 103.81 175.88 -
System Red Green Blue C M Y K H S L
Decimal 176 83 66 0 0.53 0.62 0.31 9.27 0.45 0.47
Hex B0 53 42 0 35 3E 1F 9 2D 2F
Octal 260 123 102 0 65 76 37 11 55 57
Binary 10110000 1010011 1000010 0 110101 111110 11111 1001 101101 101111

Color Harmonies of #B05342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05342

Black with #B05342

Text Example


Text Example

White with #B05342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05342; }

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

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

background-color css

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

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

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

border-color css

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

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

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