Html Css Color HEX #B0685D Coral Tree

📋 copy color: '#B0685D'

red 176 ◦ green 104 ◦ blue 93

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

Shades of Coral Tree #B0685D

Tints of Coral Tree #B0685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.88%

 BLUE value IS 93 (36.72% from 255) = 24.93%

R = 47.18%
G = 27.88%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0685D (or 0xB0685D) is known color: Coral Tree. HEX triplet: B0, 68 and 5D. RGB value is (176,104,93). Sum of RGB (Red+Green+Blue) = 176+104+93=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0685D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0685D is #4F97A2. Grayscale: #7C7C7C. Windows color (decimal): -5216163 or 6121648. OLE color: 6121648.

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

Color convert

RGB 176 104 93 -
CMYK 0 0.41 0.47 0.31
HSL 7.95º 0.34% 0.53% -
HSV(B) 7.95º 0.47% 0.69% -
XYZ 24.83 19.92 12.89 -
YUV 124.27 110.35 164.89 -
System Red Green Blue C M Y K H S L
Decimal 176 104 93 0 0.41 0.47 0.31 7.95 0.34 0.53
Hex B0 68 5D 0 29 2F 1F 8 22 35
Octal 260 150 135 0 51 57 37 10 42 65
Binary 10110000 1101000 1011101 0 101001 101111 11111 1000 100010 110101

Color Harmonies of #B0685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0685D

Black with #B0685D

Text Example


Text Example

White with #B0685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0685D; }

 p { color: rgb(176,104,93); }

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

background-color css

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

 a { background-color: rgb(176,104,93); }

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

border-color css

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

 span { border-color: rgb(176,104,93); }

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