#B2665D

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

Shades of Coral Tree #B2665D

Tints of Coral Tree #B2665D

Color information

#B2665D (or 0xB2665D) is unknown color: approx Coral Tree. HEX triplet: B2, 66 and 5D. RGB value is (178,102,93). Sum of RGB (Red+Green+Blue) = 178+102+93=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2665D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2665D is #4D99A2. Grayscale: #7B7B7B. Windows color (decimal): -5085603 or 6121138. OLE color: 6121138.

HSL color Cylindrical-coordinate representation of color #B2665D: hue angle of 6.35º 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 #B2665D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17810293-
CMYK00.430.480.30
HSL6.35º35.56%53.14%-
HSV(B)6.35º47.75%69.8%-
XYZ25.0919.7612.85-
YUV123.7110.68166.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 93 (36.72% from 255) = 24.93%
R=47.72%
G=27.35%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781029300.430.480.306.3535.5653.14
HexB2665D02B301E62435
Octal262146135053603664465
Binary1011001011001101011101010101111000011110110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2665D; }

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

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

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

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

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

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

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

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