Html Css Color HEX #B6685A Coral Tree

📋 copy color: '#B6685A'

red 182 ◦ green 104 ◦ blue 90

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

Shades of Coral Tree #B6685A

Tints of Coral Tree #B6685A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 48.4%
G = 27.66%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B6685A (or 0xB6685A) is known color: Coral Tree. HEX triplet: B6, 68 and 5A. RGB value is (182,104,90). Sum of RGB (Red+Green+Blue) = 182+104+90=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6685A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6685A is #4997A5. Grayscale: #7D7D7D. Windows color (decimal): -4822950 or 5925046. OLE color: 5925046.

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

Color convert

RGB 182 104 90 -
CMYK 0 0.43 0.51 0.29
HSL 9.13º 0.39% 0.53% -
HSV(B) 9.13º 0.51% 0.71% -
XYZ 26.09 20.58 12.27 -
YUV 125.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 182 104 90 0 0.43 0.51 0.29 9.13 0.39 0.53
Hex B6 68 5A 0 2B 33 1D 9 27 35
Octal 266 150 132 0 53 63 35 11 47 65
Binary 10110110 1101000 1011010 0 101011 110011 11101 1001 100111 110101

Color Harmonies of #B6685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6685A

Black with #B6685A

Text Example


Text Example

White with #B6685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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