#b2665b

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

Shades of Coral Tree #B2665B

Tints of Coral Tree #B2665B

Color information

#B2665B (or 0xB2665B) is unknown color: approx Coral Tree. HEX triplet: B2, 66 and 5B. RGB value is (178,102,91). Sum of RGB (Red+Green+Blue) = 178+102+91=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2665B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2665B is #4D99A4. Grayscale: #7B7B7B. Windows color (decimal): -5085605 or 5990066. OLE color: 5990066.

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

Color convert

RGB17810291-
CMYK00.430.490.30
HSL7.59º36.1%52.75%-
HSV(B)7.59º48.88%69.8%-
XYZ2519.7212.39-
YUV123.47109.68166.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.98%
GREEN value IS 102 (40.23% from 255) = 27.49%
BLUE value IS 91 (35.94% from 255) = 24.53%
R=47.98%
G=27.49%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781029100.430.490.307.5936.152.75
HexB2665B02B311E82435
Octal2621461330536136104465
Binary10110010110011010110110101011110001111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b2665b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b2665b; }

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

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

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

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

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

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

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

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