#B3756A

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

Shades of Coral Tree #B3756A

Tints of Coral Tree #B3756A

Color information

#B3756A (or 0xB3756A) is unknown color: approx Coral Tree. HEX triplet: B3, 75 and 6A. RGB value is (179,117,106). Sum of RGB (Red+Green+Blue) = 179+117+106=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 117 (46.09% from 255 or 29.10% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3756A is #4C8A95. Grayscale: #868686. Windows color (decimal): -5016214 or 6976947. OLE color: 6976947.

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

Color convert

RGB179117106-
CMYK00.350.410.30
HSL9.04º32.44%55.88%-
HSV(B)9.04º40.78%70.2%-
XYZ27.5523.3516.69-
YUV134.28112.04159.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.53%
GREEN value IS 117 (46.09% from 255) = 29.10%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=44.53%
G=29.10%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911710600.350.410.309.0432.4455.88
HexB3756A023291E92038
Octal2631651520435136114070
Binary10110011111010111010100100011101001111101001100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3756A; }

 p { color: rgb(179,117,106); }

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

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

 a { background-color: rgb(179,117,106); }

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

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

 span { border-color: rgb(179,117,106); }

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