#B26761

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

Shades of Coral Tree #B26761

Tints of Coral Tree #B26761

Color information

#B26761 (or 0xB26761) is unknown color: approx Coral Tree. HEX triplet: B2, 67 and 61. RGB value is (178,103,97). Sum of RGB (Red+Green+Blue) = 178+103+97=378 (50% of max value = 765). Red value is 178 (69.92% from 255 or 47.09% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 178 - color contains mainly: red. Hex color #B26761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B26761 is #4D989E. Grayscale: #7C7C7C. Windows color (decimal): -5085343 or 6383538. OLE color: 6383538.

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

Color convert

RGB17810397-
CMYK00.420.460.30
HSL4.44º34.47%53.92%-
HSV(B)4.44º45.51%69.8%-
XYZ25.3720.0313.84-
YUV124.74112.35165.99-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.09%
GREEN value IS 103 (40.62% from 255) = 27.25%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=47.09%
G=27.25%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781039700.420.460.304.4434.4753.92
HexB2676102A2E1E42236
Octal262147141052563644266
Binary1011001011001111100001010101010111011110100100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B26761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B26761; }

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

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

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

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

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

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

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

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