Html Css Color HEX #B5695D Coral Tree

📋 copy color: '#B5695D'

red 181 ◦ green 105 ◦ blue 93

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

Shades of Coral Tree #B5695D

Tints of Coral Tree #B5695D

RGB

 RED value IS 181 (71.09% from 255) = 47.76%

 GREEN value IS 105 (41.41% from 255) = 27.7%

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

R = 47.76%
G = 27.7%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5695D (or 0xB5695D) is known color: Coral Tree. HEX triplet: B5, 69 and 5D. RGB value is (181,105,93). Sum of RGB (Red+Green+Blue) = 181+105+93=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 181 - color contains mainly: red. Hex color #B5695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5695D is #4A96A2. Grayscale: #7E7E7E. Windows color (decimal): -4888227 or 6121909. OLE color: 6121909.

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

Color convert

RGB 181 105 93 -
CMYK 0 0.42 0.49 0.29
HSL 8.18º 0.37% 0.54% -
HSV(B) 8.18º 0.49% 0.71% -
XYZ 26.08 20.72 12.98 -
YUV 126.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 181 105 93 0 0.42 0.49 0.29 8.18 0.37 0.54
Hex B5 69 5D 0 2A 31 1D 8 25 36
Octal 265 151 135 0 52 61 35 10 45 66
Binary 10110101 1101001 1011101 0 101010 110001 11101 1000 100101 110110

Color Harmonies of #B5695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5695D

Black with #B5695D

Text Example


Text Example

White with #B5695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5695D; }

 p { color: rgb(181,105,93); }

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

background-color css

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

 a { background-color: rgb(181,105,93); }

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

border-color css

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

 span { border-color: rgb(181,105,93); }

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