#B4675A

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

Shades of Coral Tree #B4675A

Tints of Coral Tree #B4675A

Color information

#B4675A (or 0xB4675A) is unknown color: approx Coral Tree. HEX triplet: B4, 67 and 5A. RGB value is (180,103,90). Sum of RGB (Red+Green+Blue) = 180+103+90=373 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.26% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 180 - color contains mainly: red. Hex color #B4675A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4675A is #4B98A5. Grayscale: #7C7C7C. Windows color (decimal): -4954278 or 5924788. OLE color: 5924788.

HSL color Cylindrical-coordinate representation of color #B4675A: hue angle of 8.67º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B4675A is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB18010390-
CMYK00.430.500.29
HSL8.67º37.5%52.94%-
HSV(B)8.67º50%70.59%-
XYZ25.5220.1412.22-
YUV124.54108.51167.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.26%
GREEN value IS 103 (40.62% from 255) = 27.61%
BLUE value IS 90 (35.55% from 255) = 24.13%
R=48.26%
G=27.61%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801039000.430.500.298.6737.552.94
HexB4675A02B321D92635
Octal2641471320536235114665
Binary10110100110011110110100101011110010111011001100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4675A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4675A; }

 p { color: rgb(180,103,90); }

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

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

 a { background-color: rgb(180,103,90); }

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

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

 span { border-color: rgb(180,103,90); }

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