Html Css Color HEX #B5695A Coral Tree

📋 copy color: '#B5695A'

red 181 ◦ green 105 ◦ blue 90

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

Shades of Coral Tree #B5695A

Tints of Coral Tree #B5695A

RGB

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

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

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

R = 48.14%
G = 27.93%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5695A (or 0xB5695A) is known color: Coral Tree. HEX triplet: B5, 69 and 5A. RGB value is (181,105,90). Sum of RGB (Red+Green+Blue) = 181+105+90=376 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.14% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 181 - color contains mainly: red. Hex color #B5695A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B5695A is #4A96A5. Grayscale: #7E7E7E. Windows color (decimal): -4888230 or 5925301. OLE color: 5925301.

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

Color convert

RGB 181 105 90 -
CMYK 0 0.42 0.50 0.29
HSL 9.89º 0.38% 0.53% -
HSV(B) 9.89º 0.5% 0.71% -
XYZ 25.95 20.67 12.29 -
YUV 126.01 107.68 167.22 -
System Red Green Blue C M Y K H S L
Decimal 181 105 90 0 0.42 0.50 0.29 9.89 0.38 0.53
Hex B5 69 5A 0 2A 32 1D A 26 35
Octal 265 151 132 0 52 62 35 12 46 65
Binary 10110101 1101001 1011010 0 101010 110010 11101 1010 100110 110101

Color Harmonies of #B5695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5695A

Black with #B5695A

Text Example


Text Example

White with #B5695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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