Html Css Color HEX #B6685B Coral Tree

📋 copy color: '#B6685B'

red 182 ◦ green 104 ◦ blue 91

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

Shades of Coral Tree #B6685B

Tints of Coral Tree #B6685B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 48.28%
G = 27.59%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B6685B (or 0xB6685B) is known color: Coral Tree. HEX triplet: B6, 68 and 5B. RGB value is (182,104,91). Sum of RGB (Red+Green+Blue) = 182+104+91=377 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.28% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 182 - color contains mainly: red. Hex color #B6685B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6685B is #4997A4. Grayscale: #7D7D7D. Windows color (decimal): -4822949 or 5990582. OLE color: 5990582.

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

Color convert

RGB 182 104 91 -
CMYK 0 0.43 0.5 0.29
HSL 8.57º 0.38% 0.54% -
HSV(B) 8.57º 0.5% 0.71% -
XYZ 26.13 20.6 12.5 -
YUV 125.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 182 104 91 0 0.43 0.5 0.29 8.57 0.38 0.54
Hex B6 68 5B 0 2B 32 1D 9 26 36
Octal 266 150 133 0 53 62 35 11 46 66
Binary 10110110 1101000 1011011 0 101011 110010 11101 1001 100110 110110

Color Harmonies of #B6685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6685B

Black with #B6685B

Text Example


Text Example

White with #B6685B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6685B; }

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

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

background-color css

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

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

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

border-color css

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

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

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