#B1645A

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

Shades of Coral Tree #B1645A

Tints of Coral Tree #B1645A

Color information

#B1645A (or 0xB1645A) is unknown color: approx Coral Tree. HEX triplet: B1, 64 and 5A. RGB value is (177,100,90). Sum of RGB (Red+Green+Blue) = 177+100+90=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 100 (39.45% from 255 or 27.25% from 367); Blue value is 90 (35.55% from 255 or 24.52% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1645A is #4E9BA5. Grayscale: #7A7A7A. Windows color (decimal): -5151654 or 5924017. OLE color: 5924017.

HSL color Cylindrical-coordinate representation of color #B1645A: hue angle of 6.9º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B1645A is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB17710090-
CMYK00.440.490.31
HSL6.9º35.8%52.35%-
HSV(B)6.9º49.15%69.41%-
XYZ24.5319.212.09-
YUV121.88110.01167.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.23%
GREEN value IS 100 (39.45% from 255) = 27.25%
BLUE value IS 90 (35.55% from 255) = 24.52%
R=48.23%
G=27.25%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771009000.440.490.316.935.852.35
HexB1645A02C311F72434
Octal261144132054613774464
Binary1011000111001001011010010110011000111111111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1645A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1645A; }

 p { color: rgb(177,100,90); }

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

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

 a { background-color: rgb(177,100,90); }

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

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

 span { border-color: rgb(177,100,90); }

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