#B4665D

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

Shades of Coral Tree #B4665D

Tints of Coral Tree #B4665D

Color information

#B4665D (or 0xB4665D) is unknown color: approx Coral Tree. HEX triplet: B4, 66 and 5D. RGB value is (180,102,93). Sum of RGB (Red+Green+Blue) = 180+102+93=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B4665D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4665D is #4B99A2. Grayscale: #7C7C7C. Windows color (decimal): -4954531 or 6121140. OLE color: 6121140.

HSL color Cylindrical-coordinate representation of color #B4665D: hue angle of 6.21º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4665D is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB18010293-
CMYK00.430.480.29
HSL6.21º36.71%53.53%-
HSV(B)6.21º48.33%70.59%-
XYZ25.552012.87-
YUV124.3110.34167.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 93 (36.72% from 255) = 24.8%
R=48%
G=27.2%
B=24.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801029300.430.480.296.2136.7153.53
HexB4665D02B301D62536
Octal264146135053603564566
Binary1011010011001101011101010101111000011101110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4665D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4665D; }

 p { color: rgb(180,102,93); }

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

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

 a { background-color: rgb(180,102,93); }

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

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

 span { border-color: rgb(180,102,93); }

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