Html Css Color HEX #B3695E Coral Tree

📋 copy color: '#B3695E'

red 179 ◦ green 105 ◦ blue 94

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

Shades of Coral Tree #B3695E

Tints of Coral Tree #B3695E

RGB

 RED value IS 179 (70.31% from 255) = 47.35%

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

 BLUE value IS 94 (37.11% from 255) = 24.87%

R = 47.35%
G = 27.78%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3695E (or 0xB3695E) is known color: Coral Tree. HEX triplet: B3, 69 and 5E. RGB value is (179,105,94). Sum of RGB (Red+Green+Blue) = 179+105+94=378 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.35% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 179 - color contains mainly: red. Hex color #B3695E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3695E is #4C96A1. Grayscale: #7D7D7D. Windows color (decimal): -5019298 or 6187443. OLE color: 6187443.

HSL color Cylindrical-coordinate representation of color #B3695E: hue angle of 7.76º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B3695E is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 94 -
CMYK 0 0.41 0.47 0.30
HSL 7.76º 0.36% 0.54% -
HSV(B) 7.76º 0.47% 0.7% -
XYZ 25.66 20.5 13.19 -
YUV 125.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 179 105 94 0 0.41 0.47 0.30 7.76 0.36 0.54
Hex B3 69 5E 0 29 2F 1E 8 24 36
Octal 263 151 136 0 51 57 36 10 44 66
Binary 10110011 1101001 1011110 0 101001 101111 11110 1000 100100 110110

Color Harmonies of #B3695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3695E

Black with #B3695E

Text Example


Text Example

White with #B3695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3695E; }

 p { color: rgb(179,105,94); }

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

background-color css

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

 a { background-color: rgb(179,105,94); }

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

border-color css

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

 span { border-color: rgb(179,105,94); }

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