Html Css Color HEX #B6735D Coral Tree

📋 copy color: '#B6735D'

red 182 ◦ green 115 ◦ blue 93

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

Shades of Coral Tree #B6735D

Tints of Coral Tree #B6735D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

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

R = 46.67%
G = 29.49%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B6735D (or 0xB6735D) is known color: Coral Tree. HEX triplet: B6, 73 and 5D. RGB value is (182,115,93). Sum of RGB (Red+Green+Blue) = 182+115+93=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B6735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6735D is #498CA2. Grayscale: #848484. Windows color (decimal): -4820131 or 6124470. OLE color: 6124470.

HSL color Cylindrical-coordinate representation of color #B6735D: hue angle of 14.83º 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 #B6735D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 115 93 -
CMYK 0 0.37 0.49 0.29
HSL 14.83º 0.38% 0.54% -
HSV(B) 14.83º 0.49% 0.71% -
XYZ 27.4 23 13.35 -
YUV 132.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 182 115 93 0 0.37 0.49 0.29 14.83 0.38 0.54
Hex B6 73 5D 0 25 31 1D F 26 36
Octal 266 163 135 0 45 61 35 17 46 66
Binary 10110110 1110011 1011101 0 100101 110001 11101 1111 100110 110110

Color Harmonies of #B6735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6735D

Black with #B6735D

Text Example


Text Example

White with #B6735D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6735D; }

 p { color: rgb(182,115,93); }

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

background-color css

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

 a { background-color: rgb(182,115,93); }

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

border-color css

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

 span { border-color: rgb(182,115,93); }

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