#B26461

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

Shades of Coral Tree #B26461

Tints of Coral Tree #B26461

Color information

#B26461 (or 0xB26461) is unknown color: approx Coral Tree. HEX triplet: B2, 64 and 61. RGB value is (178,100,97). Sum of RGB (Red+Green+Blue) = 178+100+97=375 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 178 - color contains mainly: red. Hex color #B26461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26461 is #4D9B9E. Grayscale: #7B7B7B. Windows color (decimal): -5086111 or 6382770. OLE color: 6382770.

HSL color Cylindrical-coordinate representation of color #B26461: hue angle of 2.22º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B26461 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17810097-
CMYK00.440.460.30
HSL2.22º34.47%53.92%-
HSV(B)2.22º45.51%69.8%-
XYZ25.0719.4413.74-
YUV122.98113.34167.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.47%
GREEN value IS 100 (39.45% from 255) = 26.67%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=47.47%
G=26.67%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781009700.440.460.302.2234.4753.92
HexB2646102C2E1E22236
Octal262144141054563624266
Binary101100101100100110000101011001011101111010100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26461; }

 p { color: rgb(178,100,97); }

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

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

 a { background-color: rgb(178,100,97); }

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

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

 span { border-color: rgb(178,100,97); }

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