#B7695C

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

Shades of Coral Tree #B7695C

Tints of Coral Tree #B7695C

Color information

#B7695C (or 0xB7695C) is unknown color: approx Coral Tree. HEX triplet: B7, 69 and 5C. RGB value is (183,105,92). Sum of RGB (Red+Green+Blue) = 183+105+92=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7695C is #4896A3. Grayscale: #7E7E7E. Windows color (decimal): -4757156 or 6056375. OLE color: 6056375.

HSL color Cylindrical-coordinate representation of color #B7695C: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B7695C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB18310592-
CMYK00.430.500.28
HSL8.57º38.72%53.92%-
HSV(B)8.57º49.73%71.76%-
XYZ26.5120.9412.77-
YUV126.84108.34168.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.16%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=48.16%
G=27.63%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831059200.430.500.288.5738.7253.92
HexB7695C02B321C92736
Octal2671511340536234114766
Binary10110111110100110111000101011110010111001001100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7695C; }

 p { color: rgb(183,105,92); }

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

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

 a { background-color: rgb(183,105,92); }

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

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

 span { border-color: rgb(183,105,92); }

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