#B2695D

Color #B2695D Coral Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral Tree #B2695D

Tints of Coral Tree #B2695D

Color information

#B2695D (or 0xB2695D) is unknown color: approx Coral Tree. HEX triplet: B2, 69 and 5D. RGB value is (178,105,93). Sum of RGB (Red+Green+Blue) = 178+105+93=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B2695D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2695D is #4D96A2. Grayscale: #7D7D7D. Windows color (decimal): -5084835 or 6121906. OLE color: 6121906.

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

Color convert

RGB17810593-
CMYK00.410.480.30
HSL8.47º35.56%53.14%-
HSV(B)8.47º47.75%69.8%-
XYZ25.3920.3612.95-
YUV125.46109.68165.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.34%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=47.34%
G=27.93%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781059300.410.480.308.4735.5653.14
HexB2695D029301E82435
Octal2621511350516036104465
Binary10110010110100110111010101001110000111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2695D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2695D; }

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

 H1.HeaderClassName
 {
   color: #B2695D;
 }
 .AnyTagClassName
 {
   color: #B2695D;
 }
</style>
background-color css

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

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

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

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

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

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