#B2665C

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

Shades of Coral Tree #B2665C

Tints of Coral Tree #B2665C

Color information

#B2665C (or 0xB2665C) is unknown color: approx Coral Tree. HEX triplet: B2, 66 and 5C. RGB value is (178,102,92). Sum of RGB (Red+Green+Blue) = 178+102+92=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 92 (36.33% from 255 or 24.73% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2665C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2665C is #4D99A3. Grayscale: #7B7B7B. Windows color (decimal): -5085604 or 6055602. OLE color: 6055602.

HSL color Cylindrical-coordinate representation of color #B2665C: hue angle of 6.98º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2665C is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB17810292-
CMYK00.430.480.30
HSL6.98º35.83%52.94%-
HSV(B)6.98º48.31%69.8%-
XYZ25.0419.7412.62-
YUV123.58110.18166.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.85%
GREEN value IS 102 (40.23% from 255) = 27.42%
BLUE value IS 92 (36.33% from 255) = 24.73%
R=47.85%
G=27.42%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781029200.430.480.306.9835.8352.94
HexB2665C02B301E72435
Octal262146134053603674465
Binary1011001011001101011100010101111000011110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2665C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2665C; }

 p { color: rgb(178,102,92); }

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

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

 a { background-color: rgb(178,102,92); }

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

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

 span { border-color: rgb(178,102,92); }

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