#B07769

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

Shades of Coral Tree #B07769

Tints of Coral Tree #B07769

Color information

#B07769 (or 0xB07769) is unknown color: approx Coral Tree. HEX triplet: B0, 77 and 69. RGB value is (176,119,105). Sum of RGB (Red+Green+Blue) = 176+119+105=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B07769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07769 is #4F8896. Grayscale: #868686. Windows color (decimal): -5212311 or 6911920. OLE color: 6911920.

HSL color Cylindrical-coordinate representation of color #B07769: hue angle of 11.83º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B07769 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB176119105-
CMYK00.320.400.31
HSL11.83º31%55.1%-
HSV(B)11.83º40.34%69.02%-
XYZ27.0523.4416.46-
YUV134.45111.38157.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 105 (41.41% from 255) = 26.25%
R=44%
G=29.75%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611910500.320.400.3111.833155.1
HexB07769020281Fc1f37
Octal2601671510405037143767
Binary1011000011101111101001010000010100011111110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07769; }

 p { color: rgb(176,119,105); }

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

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

 a { background-color: rgb(176,119,105); }

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

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

 span { border-color: rgb(176,119,105); }

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