Html Css Color HEX #B3695C Coral Tree

📋 copy color: '#B3695C'

red 179 ◦ green 105 ◦ blue 92

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

Shades of Coral Tree #B3695C

Tints of Coral Tree #B3695C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 24.47%

R = 47.61%
G = 27.93%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3695C (or 0xB3695C) is known color: Coral Tree. HEX triplet: B3, 69 and 5C. RGB value is (179,105,92). Sum of RGB (Red+Green+Blue) = 179+105+92=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 92 (36.33% from 255 or 24.47% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3695C is #4C96A3. Grayscale: #7D7D7D. Windows color (decimal): -5019300 or 6056371. OLE color: 6056371.

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

Color convert

RGB 179 105 92 -
CMYK 0 0.41 0.49 0.30
HSL 8.97º 0.36% 0.53% -
HSV(B) 8.97º 0.49% 0.7% -
XYZ 25.57 20.46 12.73 -
YUV 125.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 179 105 92 0 0.41 0.49 0.30 8.97 0.36 0.53
Hex B3 69 5C 0 29 31 1E 9 24 35
Octal 263 151 134 0 51 61 36 11 44 65
Binary 10110011 1101001 1011100 0 101001 110001 11110 1001 100100 110101

Color Harmonies of #B3695C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3695C

Black with #B3695C

Text Example


Text Example

White with #B3695C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3695C; }

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

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

background-color css

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

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

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

border-color css

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

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

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