Html Css Color HEX #B6685C Coral Tree

📋 copy color: '#B6685C'

red 182 ◦ green 104 ◦ blue 92

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

Shades of Coral Tree #B6685C

Tints of Coral Tree #B6685C

RGB

 RED value IS 182 (71.48% from 255) = 48.15%

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

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

R = 48.15%
G = 27.51%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6685C (or 0xB6685C) is known color: Coral Tree. HEX triplet: B6, 68 and 5C. RGB value is (182,104,92). Sum of RGB (Red+Green+Blue) = 182+104+92=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B6685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6685C is #4997A3. Grayscale: #7E7E7E. Windows color (decimal): -4822948 or 6056118. OLE color: 6056118.

HSL color Cylindrical-coordinate representation of color #B6685C: hue angle of 8º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B6685C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 104 92 -
CMYK 0 0.43 0.49 0.29
HSL 0.38% 0.54% -
HSV(B) 0.49% 0.71% -
XYZ 26.17 20.62 12.73 -
YUV 125.95 108.84 167.98 -
System Red Green Blue C M Y K H S L
Decimal 182 104 92 0 0.43 0.49 0.29 8 0.38 0.54
Hex B6 68 5C 0 2B 31 1D 8 26 36
Octal 266 150 134 0 53 61 35 10 46 66
Binary 10110110 1101000 1011100 0 101011 110001 11101 1000 100110 110110

Color Harmonies of #B6685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6685C

Black with #B6685C

Text Example


Text Example

White with #B6685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6685C; }

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

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

background-color css

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

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

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

border-color css

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

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

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