#B2655B

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

Shades of Coral Tree #B2655B

Tints of Coral Tree #B2655B

Color information

#B2655B (or 0xB2655B) is unknown color: approx Coral Tree. HEX triplet: B2, 65 and 5B. RGB value is (178,101,91). Sum of RGB (Red+Green+Blue) = 178+101+91=370 (49% of max value = 765). Red value is 178 (69.92% from 255 or 48.11% from 370); Green value is 101 (39.84% from 255 or 27.30% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 178 - color contains mainly: red. Hex color #B2655B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2655B is #4D9AA4. Grayscale: #7B7B7B. Windows color (decimal): -5085861 or 5989810. OLE color: 5989810.

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

Color convert

RGB17810191-
CMYK00.430.490.30
HSL6.9º36.1%52.75%-
HSV(B)6.9º48.88%69.8%-
XYZ24.919.5312.35-
YUV122.88110.01167.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.11%
GREEN value IS 101 (39.84% from 255) = 27.30%
BLUE value IS 91 (35.94% from 255) = 24.59%
R=48.11%
G=27.30%
B=24.59%

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
Decimal1781019100.430.490.306.936.152.75
HexB2655B02B311E72435
Octal262145133053613674465
Binary1011001011001011011011010101111000111110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2655B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2655B; }

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

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

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

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

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

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

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

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