#B07567

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

Shades of Coral Tree #B07567

Tints of Coral Tree #B07567

Color information

#B07567 (or 0xB07567) is unknown color: approx Coral Tree. HEX triplet: B0, 75 and 67. RGB value is (176,117,103). Sum of RGB (Red+Green+Blue) = 176+117+103=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 117 (46.09% from 255 or 29.55% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B07567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07567 is #4F8A98. Grayscale: #858585. Windows color (decimal): -5212825 or 6780336. OLE color: 6780336.

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

Color convert

RGB176117103-
CMYK00.340.410.31
HSL11.51º31.6%54.71%-
HSV(B)11.51º41.48%69.02%-
XYZ26.7122.9315.85-
YUV133.04111.05158.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44.44%
GREEN value IS 117 (46.09% from 255) = 29.55%
BLUE value IS 103 (40.62% from 255) = 26.01%
R=44.44%
G=29.55%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611710300.340.410.3111.5131.654.71
HexB07567022291Fc2037
Octal2601651470425137144067
Binary10110000111010111001110100010101001111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07567; }

 p { color: rgb(176,117,103); }

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

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

 a { background-color: rgb(176,117,103); }

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

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

 span { border-color: rgb(176,117,103); }

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