#B2655A

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

Shades of Coral Tree #B2655A

Tints of Coral Tree #B2655A

Color information

#B2655A (or 0xB2655A) is unknown color: approx Coral Tree. HEX triplet: B2, 65 and 5A. RGB value is (178,101,90). Sum of RGB (Red+Green+Blue) = 178+101+90=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 90 (35.55% from 255 or 24.39% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2655A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2655A is #4D9AA5. Grayscale: #7A7A7A. Windows color (decimal): -5085862 or 5924274. OLE color: 5924274.

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

Color convert

RGB17810190-
CMYK00.430.490.30
HSL7.5º36.36%52.55%-
HSV(B)7.5º49.44%69.8%-
XYZ24.8619.5112.13-
YUV122.77109.51167.39-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 101 (39.84% from 255) = 27.37%
BLUE value IS 90 (35.55% from 255) = 24.39%
R=48.24%
G=27.37%
B=24.39%

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
Decimal1781019000.430.490.307.536.3652.55
HexB2655A02B311E82435
Octal2621451320536136104465
Binary10110010110010110110100101011110001111101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2655A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2655A; }

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

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

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

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

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

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

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

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