Html Css Color HEX #B0685C Coral Tree

📋 copy color: '#B0685C'

red 176 ◦ green 104 ◦ blue 92

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

Shades of Coral Tree #B0685C

Tints of Coral Tree #B0685C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.73%

R = 47.31%
G = 27.96%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0685C (or 0xB0685C) is known color: Coral Tree. HEX triplet: B0, 68 and 5C. RGB value is (176,104,92). Sum of RGB (Red+Green+Blue) = 176+104+92=372 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.31% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 176 - color contains mainly: red. Hex color #B0685C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0685C is #4F97A3. Grayscale: #7C7C7C. Windows color (decimal): -5216164 or 6056112. OLE color: 6056112.

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

Color convert

RGB 176 104 92 -
CMYK 0 0.41 0.48 0.31
HSL 8.57º 0.35% 0.53% -
HSV(B) 8.57º 0.48% 0.69% -
XYZ 24.79 19.9 12.66 -
YUV 124.16 109.85 164.98 -
System Red Green Blue C M Y K H S L
Decimal 176 104 92 0 0.41 0.48 0.31 8.57 0.35 0.53
Hex B0 68 5C 0 29 30 1F 9 23 35
Octal 260 150 134 0 51 60 37 11 43 65
Binary 10110000 1101000 1011100 0 101001 110000 11111 1001 100011 110101

Color Harmonies of #B0685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0685C

Black with #B0685C

Text Example


Text Example

White with #B0685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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